CairoScaledFont::getFontMatrix

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

mb_ereg_search_getregs

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Retrieve the result from the last multibyte regular expression match array mb_ereg_search_getregs ( void ) Retrieve the result from the last multibyte regular expression match Returns: An array including the sub-string of matched part by last mb_ereg_search(), mb_ereg_search_pos(), mb_ereg_search_regs(). If there are some matches, the first element will have the m

Yaf_Loader::getInstance

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

XMLReader::XML

(PHP 5 >= 5.1.0, PHP 7) Set the data containing the XML to parse public bool XMLReader::xml ( string $source [, string $encoding [, int $options = 0 ]] ) Set the data containing the XML to parse. Parameters: source String containing the XML to be parsed. encoding The document encoding or NULL. options

jpeg2wbmp

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Convert JPEG image file to WBMP image file bool jpeg2wbmp ( string $jpegname, string $wbmpname, int $dest_height, int $dest_width, int $threshold ) Converts a JPEG file into a WBMP file. Parameters: jpegname Path to JPEG file. wbmpname Path to destination WBMP file. dest_height

mb_strripos

(PHP 5 >= 5.2.0, PHP 7) Finds position of last occurrence of a string within another, case insensitive int mb_strripos ( string $haystack, string $needle [, int $offset = 0 [, string $encoding = mb_internal_encoding() ]] ) mb_strripos() performs multi-byte safe strripos() operation based on number of characters. needle position is counted from the beginning of haystack. First character's position is 0. Second character

cyrus_authenticate

(PHP 4 >= 4.1.0, PECL cyrus 1.0) Authenticate against a Cyrus IMAP server void cyrus_authenticate ( resource $connection [, string $mechlist [, string $service [, string $user [, int $minssf [, int $maxssf [, string $authname [, string $password ]]]]]]] ) Returns: No value is returned. This function is currently not documented; only its argument list is avail

SQLite3Result::numColumns

(PHP 5 >= 5.3.0, PHP 7) Returns the number of columns in the result set public int SQLite3Result::numColumns ( void ) Returns the number of columns in the result set. Returns: Returns the number of columns in the result set.

gmp_divexact

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Exact division of numbers GMP gmp_divexact ( GMP $n, GMP $d ) Divides n by d, using fast "exact division" algorithm. This function produces correct results only when it is known in advance that d divides n. Parameters: n The number being divided. Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a

DOMDocument::createElementNS

(PHP 5, PHP 7) Create new element node with an associated namespace public DOMElement DOMDocument::createElementNS ( string $namespaceURI, string $qualifiedName [, string $value ] ) This function creates a new element node with an associated namespace. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Parameters: namespaceURI