Adding metadata to files

suggest change

File level metadata applies to all the code within the file and should be placed at the top of the file:

<?php

/**
 * @author John Doe (jdoe@example.com)
 * @copyright MIT
 */

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


PHPDoc:
*Adding metadata to files

Table Of Contents
19XML
38PHPDoc
81PDO
102APCu
108PSR