ParentIterator::rewind

(PHP 5 >= 5.1.0, PHP 7) Rewind the iterator public void ParentIterator::rewind ( void ) Rewinds the iterator. Returns: No value is returned. This function is currently not documented; only its argument list is available.

bcdiv

(PHP 4, PHP 5, PHP 7) Divide two arbitrary precision numbers string bcdiv ( string $left_operand, string $right_operand [, int $scale = 0 ] ) Divides the left_operand by the right_operand. Parameters: left_operand The left operand, as a string. right_operand The right operand, as a string. scale This

SWFFont::getShape

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the glyph shape of a char as a text string string SWFFont::getShape ( int $code ) This function is currently not documented; only its argument list is available.

PDF_create_annotation

(PECL pdflib >= 2.0.0) Create rectangular annotation bool PDF_create_annotation ( resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $type, string $optlist ) Creates a rectangular annotation on the current page.

CairoImageSurface::__construct

(PECL cairo >= 0.1.0) Creates a new CairoImageSurface public CairoImageSurface::__construct ( int $format, int $width, int $height ) Creates a new CairoImageSuface object of type format Parameters: format Can be any defined in CairoFormat width The width of the image surface height The height of th

xdiff_file_bpatch

(PECL xdiff >= 1.5.0) Patch a file with a binary diff bool xdiff_file_bpatch ( string $file, string $patch, string $dest ) Patches a file with a binary patch and stores the result in a file dest. This function accepts patches created both via xdiff_file_bdiff() and xdiff_file_rabdiff() functions or their string counterparts. Parameters: file The original file.

GearmanWorker::unregister

(PECL gearman >= 0.6.0) Unregister a function name with the job servers public bool GearmanWorker::unregister ( string $function_name ) Unregisters a function name with the job servers ensuring that no more jobs (for that function) are sent to this worker. Parameters: function_name The name of a function to register with the job server Returns:

GearmanJob::complete

(PECL gearman <= 0.5.0) Send the result and complete status (deprecated) public bool GearmanJob::complete ( string $result ) Sends result data and the complete status update for this job. Note: This method has been replaced by GearmanJob::sendComplete() in the 0.6.0 release of the Gearman extension. Parameters: result Serialized result data. Re

MongoCollection::insert

(PECL mongo >=0.9.0) Inserts a document into the collection public bool|array MongoCollection::insert ( array|object $document [, array $options = array() ] ) All strings sent to the database must be UTF-8. If a string is not UTF-8, a MongoException will be thrown. To insert (or query for) a non-UTF-8 string, use MongoBinData. Parameters: document An array or object

imap_clearflag_full

(PHP 4, PHP 5, PHP 7) Clears flags on messages bool imap_clearflag_full ( resource $imap_stream, string $sequence, string $flag [, int $options = 0 ] ) This function causes a store to delete the specified flag to the flags set for the messages in the specified sequence. Parameters: imap_stream An IMAP stream returned by imap_open(). sequence