wddx_deserialize

(PHP 4, PHP 5, PHP 7) Unserializes a WDDX packet mixed wddx_deserialize ( string $packet ) Unserializes a WDDX packet. Parameters: packet A WDDX packet, as a string or stream. Returns: Returns the deserialized value which can be a string, a number or an array. Note that structures are deserialized into associative arrays.

ImagickDraw::setClipRule

(PECL imagick 2.0.0) Set the polygon fill rule to be used by the clipping path bool ImagickDraw::setClipRule ( int $fill_rule ) Set the polygon fill rule to be used by the clipping path. Parameters: fill_rule FILLRULE_ constant Returns: No value is returned. This function is currently not documented; only its

apcu_cache_info

(PECL apcu >= 4.0.0) Retrieves cached information from APCu's data store array apcu_cache_info ([ bool $limited = false ] ) Retrieves cached information and meta-data from APC's data store. Parameters: limited If limited is TRUE, the return value will exclude the individual list of cache entries. This is useful when trying to optimize calls for statistics gathering.

mb_ereg_search_setpos

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Set start point of next regular expression match bool mb_ereg_search_setpos ( int $position ) mb_ereg_search_setpos() sets the starting point of a match for mb_ereg_search(). Parameters: position The position to set. Returns: Returns TRUE on success or FALSE on failure. Notes:

SolrQuery::addGroupSortField

(PECL solr >= 2.2.0) Add a group sort field (group.sort parameter). public SolrQuery SolrQuery::addGroupSortField ( string $field [, integer $order ] ) Allow sorting group documents, using group sort field (group.sort parameter). Parameters: field Field name order Order ASC/DESC, utilizes SolrQuery::ORDER_* constants

ncurses_addnstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Add string with specified length at current position int ncurses_addnstr ( string $s, int $n ) Parameters: s n This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without n

mcrypt_module_is_block_algorithm

(PHP 4 >= 4.0.2, PHP 5, PHP 7) This function checks whether the specified algorithm is a block algorithm bool mcrypt_module_is_block_algorithm ( string $algorithm [, string $lib_dir ] ) This function returns TRUE if the specified algorithm is a block algorithm, or FALSE if it is a stream one. Parameters: algorithm The algorithm to check. lib_dir

HaruDoc::useKREncodings

(PECL haru >= 0.0.1) Enable Korean encodings bool HaruDoc::useKREncodings ( void ) Enables Korean encodings. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See also: HaruDoc::useKRFonts() -

imageftbbox

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Give the bounding box of a text using fonts via freetype2 array imageftbbox ( float $size, float $angle, string $fontfile, string $text [, array $extrainfo ] ) This function calculates and returns the bounding box in pixels for a FreeType text. Parameters: size The font size. Depending on your version of GD, this should be specified as the

Pool::submitTo

(PECL pthreads >= 2.0.0) Submits an object for execution public integer Pool::submitTo ( integer $worker, Threaded $task ) Submit the object to the specified Worker in the Pool Parameters: worker The worker for execution task The task for execution Returns: the identifier of the Worker that accepted the obje