CairoPsSurface::dscComment

(PECL cairo >= 0.1.0) The dscComment purpose public void CairoPsSurface::dscComment ( string $comment ) The method description goes here. Parameters: comment Description... Returns: Description... This function is currently not documented; only its argument list is available.

svn_fs_revision_prop

(PECL svn >= 0.1.0) Fetches the value of a named property string svn_fs_revision_prop ( resource $fs, int $revnum, string $propname ) Fetches the value of a named property This function is currently not documented; only its argument list is available.

Transliterator::__construct

(PHP >= 5.4.0, PECL intl >= 2.0.0) Private constructor to deny instantiation Transliterator::__construct ( void ) This method should not be called. Its only purpose is to deny instantiation with the new operator. Use the factory methods Transliterator::create() or Transliterator::createFromRules() instead. Returns: This method should not be executed. If it is (e.g. through reflection), then its return valu

Memcached::add

(PECL memcached >= 0.1.0) Add an item under a new key public bool Memcached::add ( string $key, mixed $value [, int $expiration ] ) Memcached::add() is similar to Memcached::set(), but the operation fails if the key already exists on the server. Parameters: key The key under which to store the value. value The value to store.

trader_tanh

(PECL trader >= 0.2.0) Vector Trigonometric Tanh array trader_tanh ( array $real ) Calculates the hyperbolic tangent for each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

stats_rand_setall

(PECL stats >= 1.0.0) Not documented void stats_rand_setall ( int $iseed1, int $iseed2 ) Parameters: iseed1 iseed2 Returns: This function is currently not documented; only its argument list is available.

m_monitor

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Perform communication with MCVE (send/receive data) Non-blocking int m_monitor ( resource $conn ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). Returns: This function is currently not documented; only its argument list is available.

CairoFontOptions::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoFontOptions::__construct ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoFontOptions::__construct() example

MongoCollection::batchInsert

(PECL mongo >=0.9.0) Inserts multiple documents into this collection public mixed MongoCollection::batchInsert ( array $a [, array $options = array() ] ) Parameters: a An array of arrays or objects. If any objects are used, they may not have protected or private properties. Note: If the documents to insert do not have an _id key or property, a new MongoId instance w

mb_decode_numericentity

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Decode HTML numeric string reference to character string mb_decode_numericentity ( string $str, array $convmap [, string $encoding = mb_internal_encoding() ] ) Convert numeric string reference of string str in a specified block to character. Parameters: str The string being decoded. convmap convmap is