static variable php. TsSkTo. <?php function foo(){ static $int = 0; // correct static $int = 1+2; // correct static $int = sqrt(121); ...
確定! 回上一頁