©
本文档使用 PHP中文网手册 发布
array get_registered_object
(string
object_name)
This returns a reference to a registered object. This is useful
from within a custom function when you need direct access to a
registered object.
返回一个已注册对象的引用。用于在一个自定义函数里直接调用已注册的对象。
Example 13-16. get_registered_object
|