array_udiff_uassoc

(PHP 5, PHP 7) Computes the difference of arrays with additional index check, compares data and indexes by a callback function array array_udiff_uassoc ( array $array1, array $array2 [, array $... ], callable $value_compare_func, callable $key_compare_func ) Computes the difference of arrays with additional index check, compares data and indexes by a callback function. Note that the keys are used in the comparison unlike a

enchant_broker_request_pwl_dict

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) creates a dictionary using a PWL file resource enchant_broker_request_pwl_dict ( resource $broker, string $filename ) Creates a dictionary using a PWL file. A PWL file is personal word file one word per line. Parameters: broker Broker resource filename Path to the PWL file. If there

Imagick::mosaicImages

(PECL imagick 2.0.0) Forms a mosaic from images Imagick Imagick::mosaicImages ( void ) Inlays an image sequence to form a single coherent picture. It returns a wand with each image in the sequence composited at the location defined by the page offset of the image. Returns: Returns TRUE on success.

IntlBreakIterator::following

(No version information available, might only be in Git) Advance the iterator to the first boundary following specified offset public ReturnType IntlBreakIterator::following ( string $"offset" ) Parameters: "offset" Returns: This function is currently not documented; only its argument list is available.

Imagick::getImageDispose

(PECL imagick 2.0.0) Gets the image disposal method int Imagick::getImageDispose ( void ) Gets the image disposal method. Returns: Returns the dispose method on success. Exception: Throws ImagickException on error.

ncurses_mvdelch

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and delete character, shift rest of line left int ncurses_mvdelch ( int $y, int $x ) Parameters: y x This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change witho

CairoContext::newSubPath

(PECL cairo >= 0.1.0) The newSubPath purpose public void CairoContext::newSubPath ( void ) Object oriented style (method): Procedural style: void cairo_new_sub_path ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documen

m_iscommadelimited

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Checks to see if response is comma delimited int m_iscommadelimited ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

m_transactionssent

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Check to see if outgoing buffer is clear int m_transactionssent ( resource $conn ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). Returns: This function is currently not documented; only its argument list is available.

CairoContext::copyPage

(PECL cairo >= 0.1.0) Emits the current page public void CairoContext::copyPage ( void ) Object oriented style (method): Procedural style: void cairo_copy_page ( CairoContext $context ) Emits the current page for backends that support multiple pages, but doesn’t clear it, so, the contents of the current page will be retained for the next page too. Use CairoContext::showPage() if you want to get an empty page after the e