Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在定义的类之外使用 PHP 魔术方法(特别是 __get())?
我想在配置文件中使用它来快速加载。配置文件有一个数组,$config,有很多键。因此,我想重写 __get() 以返回数组中的键。
不,但是您可以编写一个读取配置文件并提供 __get 方法的对象。