Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php function comment

/**
 * Does something interesting
 *
 * @param Place   $where  Where something interesting takes place
 * @param integer $repeat How many times something interesting should happen
 * 
 * @throws Some_Exception_Class If something interesting cannot happen
 * @author Monkey Coder <mcoder@facebook.com>
 * 
 * @return Status
 */ 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #function #comment
ADD COMMENT
Topic
Name
3+9 =