|
PHP5中文手册
hw_api->object(No version information available, might be only in CVS) hw_api->object — Retrieve attribute information 说明hw_api
hw_api_object object
( array $parameter
)
This function retrieves the attribute information of an object of any version. It will not return the document content. 参数
返回值The returned object is an instance of class HW_API_Object on success or HW_API_Error if an error occurred. 范例This simple example retrieves an object and checks for errors. Example#1 Retrieve an object
<?php |