static in the context of php In static member, you can use the global ... class Foo { private static $bar; static function init() { self::$bar = array(…) ...
確定! 回上一頁