hw_api_object::insert

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Inserts new attribute bool hw_api_object::insert ( HW_API_Attribute $attribute ) Adds an attribute to the object. Parameters: attribute Adds an attribute to the object. Returns: Returns TRUE on success or FALSE on failure. See also:

hw_api_object::count

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns number of attributes int hw_api_object::count ( array $parameter ) Returns the number of attributes. Parameters: parameter Returns the number of attributes. Returns: Returns the number as an integer.

hw_api_object::attreditable

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Checks whether an attribute is editable bool hw_api_object::attreditable ( array $parameter ) Checks whether an attribute is editable. Parameters: parameter Checks whether an attribute is editable. Returns: Returns TRUE if the attribute is editable, FALSE otherwise.

hw_api_object::assign

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Clones object bool hw_api_object::assign ( array $parameter ) Clones the attributes of an object. Parameters: parameter Clones the attributes of an object. Returns: Returns TRUE on success or FALSE on failure.

hw_api_error::reason

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns reason of error HW_API_Reason hw_api_error::reason ( void ) Returns the first error reason. Returns: See also: hw_api_error::count -

hw_api_error::count

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns number of reasons int hw_api_error::count ( void ) Returns the number of error reasons. Returns: Returns the number of errors, as an integer. See also: hw_api_error::reason -

hw_api_content::read

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Read content string hw_api_content::read ( string $buffer, int $len ) Reads len bytes from the content into the given buffer. Parameters: buffer Reads len bytes from the content into the given buffer. len Number of bytes to read. Returns:

hw_api_content::mimetype

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns mimetype string hw_api_content::mimetype ( void ) Returns the mimetype of the content. Returns: Returns the mimetype as a string.

hw_api_attribute::values

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns all values of the attribute array hw_api_attribute::values ( void ) Gets all values of the attribute. Returns: Returns an array of attribute values. See also: hw_api_attribute::value -

hw_api_attribute::value

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns value of the attribute string hw_api_attribute::value ( void ) Gets the value of the attribute. Returns: Returns the value, as a string. See also: hw_api_attribute::key - hw_api_attribute::values -