cairo_scaled_font_get_ctm

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

Cairo::version

(PECL cairo >= 0.1.0) Retrives cairo's library version public static int Cairo::version ( void ) Object oriented style (method): Procedural style: int cairo_version ( void ) Retrieves the current version of the cairo library as an integer value Returns: Current Cairo library version integer Examples: Object oriented style

EvWatcher::start

(PECL ev >= 0.2.0) Starts the watcher public void EvWatcher::start ( void ) Marks the watcher as active. Note that only active watchers will receive events. Returns: No value is returned. See also: EvWatcher::stop() -

PDF_fit_textflow

(PECL pdflib >= 2.0.0) Format textflow in rectangular area string PDF_fit_textflow ( resource $pdfdoc, int $textflow, float $llx, float $lly, float $urx, float $ury, string $optlist ) Formats the next portion of a textflow into a rectangular area.

SolrInputDocument::getFieldBoost

(PECL solr >= 0.9.2) Retrieves the boost value for a particular field public float SolrInputDocument::getFieldBoost ( string $fieldName ) Retrieves the boost value for a particular field. Parameters: fieldName The name of the field. Returns: Returns the boost value for the field or FALSE if there was an error.

ImagickPixel::getIndex

(No version information available, might only be in Git) Description public int ImagickPixel::getIndex ( void ) Gets the colormap index of the pixel wand. Returns:

msql_regcase

(PHP 4, PHP 5, PHP 7) Alias of sql_regcase() This function is an alias of sql_regcase().

IntlBreakIterator::next

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

Yaf_Config_Ini::next

(Yaf >=1.0.0) The next purpose public void Yaf_Config_Ini::next ( void ) Returns: This function is currently not documented; only its argument list is available.

Imagick::drawImage

(PECL imagick 2.0.0) Renders the ImagickDraw object on the current image bool Imagick::drawImage ( ImagickDraw $draw ) Renders the ImagickDraw object on the current image. Parameters: draw The drawing operations to render on the image. Returns: Returns TRUE on success.