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:

Gmagick::read

(PECL gmagick >= Unknown) Reads image from filename public void Gmagick::read ( string $filename ) Reads image from filename. Parameters: filename The image filename. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Mongo::connectUtil

(PECL mongo >=0.9.0) Connects with a database server protected bool Mongo::connectUtil ( void ) Returns: If the connection was successful. This is an internal function that you should never call yourself. Exception: Throws MongoConnectionException if it fails to connect to the databases.

ImagickDraw::getFontStyle

(PECL imagick 2.0.0) Returns the font style int ImagickDraw::getFontStyle ( void ) Returns the font style used when annotating with text. Returns: Returns the font style constant (STYLE_) associated with the ImagickDraw object or 0 if no style is set. This function is currently not documented; only its argument list is available.

Memcached::touchByKey

(PECL memcached >= 2.0.0) Set a new expiration on an item on a specific server public bool Memcached::touchByKey ( string $server_key, string $key, int $expiration ) Memcached::touchByKey() is functionally equivalent to Memcached::touch(), except that the free-form server_key can be used to map the key to a specific server. Parameters: server_key The key identifying th

fbsql_tablename

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Alias of fbsql_table_name() This function is an alias of: fbsql_table_name().

SplObjectStorage::offsetGet

(PHP 5 >= 5.3.0, PHP 7) Returns the data associated with an object public mixed SplObjectStorage::offsetGet ( object $object ) Returns the data associated with an object in the storage. Parameters: object The object to look for. Returns: The data previously associated with the object in the storage. Exception:

SDO_DAS_XML_Document::getRootElementName

(^) Returns root element's name string SDO_DAS_XML_Document::getRootElementName ( void ) Returns root element's name. Returns: Returns root element's name.

stats_dens_negative_binomial

(PECL stats >= 1.0.0) Not documented float stats_dens_negative_binomial ( float $x, float $n, float $pi ) Parameters: x n pi Returns: This function is currently not documented; only its argument list is available.

ldap_t61_to_8859

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Translate t61 characters to 8859 characters string ldap_t61_to_8859 ( string $value ) This function is currently not documented; only its argument list is available.