Phar::setSignatureAlgorithm

(PHP >= 5.3.0, PECL phar >= 1.1.0) set the signature algorithm for a phar and apply it. public void Phar::setSignatureAlgorithm ( int $sigtype [, string $privatekey ] ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. set the signature algorithm for a phar and apply it. The signature algorithm must be one of Pha

SplObjectStorage::removeAllExcept

(PHP 5 >= 5.3.6, PHP 7) Removes all objects except for those contained in another storage from the current storage public void SplObjectStorage::removeAllExcept ( SplObjectStorage $storage ) Removes all objects except for those contained in another storage from the current storage. Parameters: storage The storage containing the elements to retain in the current storag

XMLWriter::startDTDEntity

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start DTD Entity bool XMLWriter::startDTDEntity ( string $name, bool $isparam ) Object oriented style Procedural style bool xmlwriter_start_dtd_entity ( resource $xmlwriter , string $name , bool $isparam ) Starts a DTD entity. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being

ImagickDraw::getStrokeDashOffset

(PECL imagick 2.0.0) Returns the offset into the dash pattern to start the dash float ImagickDraw::getStrokeDashOffset ( void ) Returns the offset into the dash pattern to start the dash. Returns: Returns a float representing the offset and 0 if it's not set. This function is currently not documented; only its argument list is available.

odbc_fetch_into

(PHP 4, PHP 5, PHP 7) Fetch one result row into array int odbc_fetch_into ( resource $result_id, array &$result_array [, int $rownumber ] ) Fetch one result row into array. Parameters: result_id The result resource. result_array The result array that can be of any type since it will be converted to type array. The array will contain

mhash_count

(PHP 4, PHP 5, PHP 7) Gets the highest available hash ID int mhash_count ( void ) Gets the highest available hash ID. Returns: Returns the highest available hash ID. Hashes are numbered from 0 to this hash ID. Examples: Traversing all hashes <?php $nr = mhash_count(); for ($i = 0; $i <= $nr; $i++) {     echo sprin

PDF_add_bookmark

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Add bookmark for current page [deprecated] This function is deprecated since PDFlib version 6, use PDF_create_bookmark() instead.

SWFMorph::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new SWFMorph object SWFMorph::__construct ( void ) Creates a new SWFMorph object. Also called a "shape tween". This thing lets you make those tacky twisting things that make your computer choke. Oh, joy! This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice i

InfiniteIterator::next

(PHP 5 >= 5.1.0, PHP 7) Moves the inner Iterator forward or rewinds it public void InfiniteIterator::next ( void ) Moves the inner Iterator forward to its next element if there is one, otherwise rewinds the inner Iterator back to the beginning. Note: Even an InfiniteIterator stops if its inner Iterator is empty. Returns: No value is returned.

Imagick::resizeImage

(PECL imagick 2.0.0) Scales an image bool Imagick::resizeImage ( int $columns, int $rows, int $filter, float $blur [, bool $bestfit = false ] ) Scales an image to the desired dimensions with a filter. Note: The behavior of the parameter bestfit changed in Imagick 3.0.0. Before this version given dimensions 400x400 an image of dimensions 200x150 would be left untouched. In Imagick 3.0.0 and later the image would be scaled