ldap_8859_to_t61

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Translate 8859 characters to t61 characters string ldap_8859_to_t61 ( string $value ) Translate ISO-8859 characters to t61 characters. This function is useful if you have to talk to a legacy LDAPv2 server. Parameters: value The text to be translated. Returns: Return the t61 translation of value.

hwapi_object_new

(No version information available, might only be in Git) Creates a new instance of class hwapi_object_new hw_api_object hwapi_object_new ( array $parameter ) Creates a new instance of the class hw_api_object. Parameters: parameter Creates a new instance of the class hw_api_object. Returns:

hwapi_hgcsp

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns object of class hw_api HW_API hwapi_hgcsp ( string $hostname [, int $port ] ) Opens a connection to the Hyperwave server on host hostname. The protocol used is HGCSP. Parameters: hostname The host name. port If you do not pass a port number, 418 is used. Returns:

hwapi_content_new

(No version information available, might only be in Git) Create new instance of class hw_api_content HW_API_Content hwapi_content_new ( string $content, string $mimetype ) Creates a new content object from the string content. Parameters: content Creates a new content object from the string content. mimetype The mimetype for the content

hwapi_attribute_new

(No version information available, might only be in Git) Creates instance of class hw_api_attribute HW_API_Attribute hwapi_attribute_new ([ string $name [, string $value ]] ) Creates a new instance of hw_api_attribute with the given name and value. Parameters: name The attribute name. value The attribute value. Retu

hw_api_reason::type

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns type of reason HW_API_Reason hw_api_reason::type ( void ) Returns the type of a reason. Returns: Returns an instance of HW_API_Reason.

hw_api_reason::description

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns description of reason string hw_api_reason::description ( void ) Returns the description of a reason Returns: Returns the description, as a string.

hw_api_object::value

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns value of attribute string hw_api_object::value ( string $name ) Returns value of an attribute. Parameters: name The attribute name. Returns: Returns the value of the attribute with the given name or FALSE if an error occurred.

hw_api_object::title

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns the title attribute string hw_api_object::title ( array $parameter ) Returns the title attribute. Parameters: parameter Returns the title attribute. Returns: Returns the title as a string.

hw_api_object::remove

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Removes attribute bool hw_api_object::remove ( string $name ) Removes the attribute with the given name. Parameters: name The attribute name. Returns: Returns TRUE on success or FALSE on failure. See also: hw_api_object