variant_set

(PHP 5, PHP 7) Assigns a new value for a variant object void variant_set ( variant $variant, mixed $value ) Converts value to a variant and assigns it to the variant object; no new variant object is created, and the old value of variant is freed/released. Parameters: variant The variant. value The variant. Returns:

MongoCollection::remove

(PECL mongo >=0.9.0) Remove records from this collection public bool|array MongoCollection::remove ([ array $criteria = array() [, array $options = array() ]] ) Parameters: criteria Query criteria for the documents to delete. options An array of options for the remove operation. Currently available options include: "w" See Write C

ncurses_curs_set

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set cursor state int ncurses_curs_set ( int $visibility ) Parameters: visibility 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 a

fann_reset_errstr

(PECL fann >= 1.0.0) Resets the last error string void fann_reset_errstr ( resource $errdat ) Resets the last error string. Parameters: errdat Either neural network resource or neural network trainining data resource. Returns: No value is returned. See also: fa

cairo_pdf_surface_set_size

(PECL cairo >= 0.1.0) Description void cairo_pdf_surface_set_size ( CairoPdfSurface $surface, float $width, float $height ) The function description goes here. Parameters: surface Description... width Description... height Description... Returns: What is returned on succe

ftp_close

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Closes an FTP connection bool ftp_close ( resource $ftp_stream ) ftp_close() closes the given link identifier and releases the resource. Note: After calling this function, you can no longer use the FTP connection and must create a new one with ftp_connect(). Parameters: ftp_stream The link identifier of the FTP connection.

Event::free

(PECL libevent >= 0.0.1) Make event non-pending and free resources allocated for this event. public void Event::free ( void ) Removes event from the list of events monitored by libevent, and free resources allocated for the event. Returns: No value is returned. The Event::free() method currently doesn't destruct the object itself. To destruct the object co

GearmanJob::sendData

(PECL gearman >= 0.6.0) Send data for a running job public bool GearmanJob::sendData ( string $data ) Sends data to the job server (and any listening clients) for this job. Parameters: data Arbitrary serialized data. Returns: Returns TRUE on success or FALSE on failure. See also

xml_parser_create

(PHP 4, PHP 5, PHP 7) Create an XML parser resource xml_parser_create ([ string $encoding ] ) xml_parser_create() creates a new XML parser and returns a resource handle referencing it to be used by the other XML functions. Parameters: encoding The optional encoding specifies the character encoding for the input/output in PHP 4. Starting from PHP 5, the input encoding is a

posix_setegid

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Set the effective GID of the current process bool posix_setegid ( int $gid ) Set the effective group ID of the current process. This is a privileged function and needs appropriate privileges (usually root) on the system to be able to perform this function. Parameters: gid The group id. Returns: Returns TRUE on su