Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** Some info about the class here**/class MyClass{/*** Some info about the function here.**@return void*/function myFunction() {}}/*** Some info about the class here**/class MyClass{/***Some info about the function here.** @return void*/function myFunction() {}}/*** Some info about the class here**/class MyClass{/*** Some info about the function here.** @return void*/function myFunction() {}}function myFunction(){echo 'hi';/**Comment here.*/}?>