hw_api::object(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) hw_api::object — Retrieve attribute information Описание
hw_api_object hw_api::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. Пример #1 Retrieve an object
<?php |
||