Using $this inside a static function is not allowed in PHP because the $this variable is only available within the context of a non-static method.
確定! 回上一頁