shmop_write

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Write data into shared memory block int shmop_write ( int $shmid, string $data, int $offset ) shmop_write() will write a string into shared memory block. Parameters: shmid The shared memory block identifier created by shmop_open() data A string to write into shared memory block of

RRDUpdater::__construct

(PECL rrd >= 0.9.0) Creates new RRDUpdater instance public RRDUpdater::__construct ( string $path ) Creates new RRDUpdater instance. This instance is responsible for updating the RRD database file. Parameters: path Filesystem path for RRD database file, which will be updated. Returns: No value is returned.

SWFMovie::startSound

(PHP 5 <= 5.3.0, PECL ming SVN) SWFSoundInstance SWFMovie::startSound ( SWFSound $sound ) This function is currently not documented; only its argument list is available. See also: SWFMovie::stopSound() -

PDF_set_text_rise

(PHP 4, PECL pdflib >= 1.0.0) Set text rise [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_value() with the textrise parameter instead.

gmp_root

(PHP 5, PHP 7 >= 5.6.0) Take the integer part of nth root GMP gmp_root ( GMP $a, int $nth ) Takes the nth root of a and returns the integer component of the result. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number.

Yaf_Config_Simple::toArray

(Yaf >=1.0.0) Returns a PHP array public array Yaf_Config_Simple::toArray ( void ) Returns a PHP array from the Yaf_Config_Simple Returns:

Imagick::flattenImages

(PECL imagick 2.0.0) Merges a sequence of images Imagick Imagick::flattenImages ( void ) Merges a sequence of images. This is useful for combining Photoshop layers into a single image. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

xmlrpc_server_call_method

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Parses XML requests and call methods string xmlrpc_server_call_method ( resource $server, string $xml, mixed $user_data [, array $output_options ] ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own ri

EvLoop::periodic

(PECL ev >= 0.2.0) Creates EvPeriodic watcher object associated with the current event loop instance final public EvPeriodic EvLoop::periodic ( double $offset , double $interval , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Creates EvPeriodic watcher object associated with the current event loop instance Returns: Returns EvPeriodic object on success.

odbc_field_num

(PHP 4, PHP 5, PHP 7) Return column number int odbc_field_num ( resource $result_id, string $field_name ) Gets the number of the column slot that corresponds to the named field in the given result identifier. Parameters: result_id The result identifier. field_name The field name. Returns: Returns the field numb