php class pi { public static $value = 3.14159; } // Get static property echo pi::$value; ?> In the above example, we create a class having ...
確定! 回上一頁