The self variable means the current class. The following shows how to call a static method from the inside of the class: self::staticMethod(arguments); ...
確定! 回上一頁