function my_big_function() { static $result; // Function has already run if ( $result !== null ) return $result; // Lot of work here to determine $result ...
確定! 回上一頁