| 1 | <?php |
||
| 11 | class Example |
||
| 12 | { |
||
| 13 | protected $test; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Method description: test. |
||
| 17 | * |
||
| 18 | * @author reallyli <[email protected]> |
||
| 19 | * @since 18/10/11 |
||
| 20 | * @param |
||
| 21 | * @return mixed |
||
| 22 | * 返回值类型:string,array,object,mixed(多种,不确定的),void(无返回值) |
||
| 23 | */ |
||
| 24 | public function test() |
||
| 28 | } |
||
| 29 |