php method description

Solutions on MaxInterview for php method description by the best coders in the world

showing results for - "php method description"
Mohamed-Amine
09 Jan 2018
1/**
2 * Does something interesting
3 *
4 * @param Place   $where  Where something interesting takes place
5 * @param integer $repeat How many times something interesting should happen
6 * 
7 * @throws Some_Exception_Class If something interesting cannot happen
8 * @author Monkey Coder <mcoder@facebook.com>
9 * @return Status
10 */ 
11