提问人:khalil ahmad 提问时间:10/20/2022 最后编辑:Alive to die - Anantkhalil ahmad 更新时间:10/20/2022 访问量:62
如果我不对方法使用 static 关键字,我仍然可以像 php 7.4 中的静态方法一样调用此方法。有谁知道为什么?
if I don't use static keyword with a method still I can call this method like a static method in php 7.4. does anyone know why?
问:
正如我所知道的,我们创建了静态方法,以便在类之外调用它们,而无需实例化它。因此,我们在方法中使用关键字 static,我们可以在作用域解析运算符 '::' 的帮助下调用它们。但令人困惑的是,如果我不将关键字 static 与方法的定义一起使用,我仍然可以将其称为静态方法,而无需实例化类。谁能告诉我这里发生了什么?
答: 暂无答案
评论
$this