<?php class Human { function __call($fun, $args) { print_r([$fun, $args]); } } $human ... 2); // get error : method not found echo "\n"; ...
確定! 回上一頁