This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Use PHPDoc notation when creating documentation for classes and functions | |
| * Code indentation is TAB, do not use spaces! | |
| * | |
| * @param ObjectClassName $object This object does something | |
| * @param int $options This integer can count by one | |
| * @return echos json This function returns something | |
| */ |
NewerOlder