background image

例如:
代码示例

:

function test(Man &$a) {
    $a = new Man;
}