Memcached::setMulti

(PECL memcached >= 0.1.0) Store multiple items public bool Memcached::setMulti ( array $items [, int $expiration ] ) Memcached::setMulti() is similar to Memcached::set(), but instead of a single key/value item, it works on multiple items specified in items. The expiration time applies to all the items at once. Parameters: items An array of key/value pairs to store on t

mssql_fetch_assoc

(PHP 4 >= 4.2.0, PHP 5, PECL odbtp >= 1.1.1) Returns an associative array of the current row in the result array mssql_fetch_assoc ( resource $result_id ) Returns an associative array that corresponds to the fetched row and moves the internal data pointer ahead. mssql_fetch_assoc() is equivalent to calling mssql_fetch_array() with MSSQL_ASSOC for the optional second parameter. Parameters:

ArrayObject::getIterator

(PHP 5 >= 5.0.0, PHP 7) Create a new iterator from an ArrayObject instance public ArrayIterator ArrayObject::getIterator ( void ) Create a new iterator from an ArrayObject instance. Returns: An iterator from an ArrayObject. Examples: ArrayObject::getIterator() example <?php $array = array('1' => 'one',           

Yar_Server::__construct

(PECL yar >= 1.0.0) Register a server final public Yar_Server::__construct ( Object $obj ) Set up a Yar HTTP RPC Server, All the public methods of $obj will be register as a RPC service. Parameters: obj An Object, all public methods of its will be registered as RPC services. Returns: An instance of Yar_Server.

stats_cdf_uniform

(PECL stats >= 1.0.0) Not documented float stats_cdf_uniform ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Returns: This function is currently not documented; only its arg

Imagick::getImageChannelStatistics

(PECL imagick 2.0.0) Returns statistics for each channel in the image array Imagick::getImageChannelStatistics ( void ) Returns statistics for each channel in the image. The statistics include the channel depth, its minima and maxima, the mean, and the standard deviation. You can access the red channel mean, for example, like this: Returns: Returns TRUE on success.

posix_getpid

(PHP 4, PHP 5, PHP 7) Return the current process identifier int posix_getpid ( void ) Return the process identifier of the current process. Returns: Returns the identifier, as an integer. Examples: Example use of posix_getpid() <?php echo posix_getpid(); //8805 ?> See also:

win32_query_service_status

(PECL win32service SVN) Queries the status of a service mixed win32_query_service_status ( string $servicename [, string $machine ] ) Queries the current status for a service, returning an array of information. Parameters: servicename The short name of the service. machine The optional machine name. If omitted, the local machine will be

dbplus_close

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Close a relation mixed dbplus_close ( resource $relation ) Closes a relation previously opened by dbplus_open(). Parameters: relation A relation opened by dbplus_open(). Returns: Returns TRUE on success or DBPLUS_ERR_UNKNOWN on failure.

CairoContext::showPage

(PECL cairo >= 0.1.0) The showPage purpose public void CairoContext::showPage ( void ) Object oriented style (method): Procedural style: void cairo_show_page ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; on