Worker::shutdown

(PECL pthreads >= 2.0.0) Synchronization public boolean Worker::shutdown ( void ) Shuts down the Worker after executing all the objects previously stacked Returns: Examples: Shutdown the referenced Worker <?php $my = new Worker(); $my->start(); /* ... */ var_dump($my->shutdown()); /* ... */ ?> The above ex

SplFileInfo::isReadable

(PHP 5 >= 5.1.2, PHP 7) Tells if file is readable public bool SplFileInfo::isReadable ( void ) Check if the file is readable. Returns: Returns TRUE if readable, FALSE otherwise. Examples: SplFileInfo::isReadable() example <?php $info = new SplFileInfo(__FILE__); var_dump($info->isReadable()); $info = new SplFile

Gmagick::charcoalimage

(PECL gmagick >= Unknown) Simulates a charcoal drawing public Gmagick Gmagick::charcoalimage ( float $radius, float $sigma ) Simulates a charcoal drawing. Parameters: radius The radius of the Gaussian, in pixels, not counting the center pixel sigma The standard deviation of the Gaussian, in pixels Returns: T

cairo_matrix_invert

(PECL cairo >= 0.1.0) Description void cairo_matrix_invert ( CairoMatrix $matrix ) The function description goes here. Parameters: matrix Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

maxdb_sqlstate

(PECL maxdb >= 1.0) Returns the SQLSTATE error from previous MaxDB operation string maxdb_sqlstate ( resource $link ) Procedural style Object oriented style string $maxdb->sqlstate; Returns a string containing the SQLSTATE error code for the last error. The error code consists of five characters. '00000' means no error. The values are specified by ANSI SQL and ODBC. Note: Note that not all MaxDB errors are yet map

SWFDisplayItem::move

(PHP 5 <= 5.3.0, PECL ming SVN) Moves object in relative coordinates void SWFDisplayItem::move ( float $dx, float $dy ) swfdisplayitem::move() moves the current object by (dx,dy) from its current position. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

similar_text

(PHP 4, PHP 5, PHP 7) Calculate the similarity between two strings int similar_text ( string $first, string $second [, float &$percent ] ) This calculates the similarity between two strings as described in Programming Classics: Implementing the World's Best Algorithms by Oliver (ISBN 0-131-00413-1). Note that this implementation does not use a stack as in Oliver's pseudo code, but recursive calls which may or may not spe

RecursiveArrayIterator::hasChildren

(PHP 5 >= 5.1.0, PHP 7) Returns whether current entry is an array or an object. public bool RecursiveArrayIterator::hasChildren ( void ) Returns whether current entry is an array or an object for which an iterator can be obtained via RecursiveArrayIterator::getChildren(). Returns: Returns TRUE if the current entry is an array or an object, otherwise FALSE is returned.

SplObjectStorage::rewind

(PHP 5 >= 5.1.0, PHP 7) Rewind the iterator to the first storage element public void SplObjectStorage::rewind ( void ) Rewind the iterator to the first storage element. Returns: No value is returned. Examples: SplObjectStorage::rewind() example <?php $s = new SplObjectStorage(); $o1 = new StdClass; $o2 = new StdCl

grapheme_strripos

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Find position (in grapheme units) of last occurrence of a case-insensitive string int grapheme_strripos ( string $haystack, string $needle [, int $offset = 0 ] ) Procedural style Find position (in grapheme units) of last occurrence of a case-insensitive string Parameters: haystack The string to look in. Must be valid UTF-