maxdb_send_long_data

(PECL maxdb >= 1.0) Alias of maxdb_stmt_send_long_data() This function is an alias of: maxdb_stmt_send_long_data(). This function alias is deprecated and only exists for backwards compatibility reasons. The use of this function is not recommended, as it may be removed from PHP in the future.

levenshtein

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Calculate Levenshtein distance between two strings int levenshtein ( string $str1, string $str2 ) int levenshtein ( string $str1 , string $str2 , int $cost_ins , int $cost_rep , int $cost_del ) The Levenshtein distance is defined as the minimal number of characters you have to replace, insert or delete to transform str1 into str2. The complexity of the algorithm is O(m*n), where n and m are

SplDoublyLinkedList::key

(PHP 5 >= 5.3.0, PHP 7) Return current node index public mixed SplDoublyLinkedList::key ( void ) This function returns the current node index Returns: The current node index.

PDF_load_font

(PECL pdflib >= 2.0.0) Search and prepare font int PDF_load_font ( resource $pdfdoc, string $fontname, string $encoding, string $optlist ) Searches for a font and prepares it for later use.

join

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

CairoContext::mask

(PECL cairo >= 0.1.0) The mask purpose public void CairoContext::mask ( string $pattern ) Object oriented style (method): Procedural style: void cairo_mask ( CairoContext $context , CairoPattern $pattern ) Description here. Parameters: context Description... pattern Description... Returns: Description...

DOMDocument::__construct

(PHP 5, PHP 7) Creates a new DOMDocument object public DOMDocument::__construct ([ string $version [, string $encoding ]] ) Creates a new DOMDocument object. Parameters: version The version number of the document as part of the XML declaration. encoding The encoding of the document as part of the XML declaration.

ps_stringwidth

(PECL ps >= 1.1.0) Gets width of a string float ps_stringwidth ( resource $psdoc, string $text [, int $fontid = 0 [, float $size = 0.0 ]] ) Calculates the width of a string in points if it was output in the given font and font size. This function needs an Adobe font metrics file to calculate the precise width. If kerning is turned on, it will be taken into account. Parameters: ps

Yaf_Request_Http::getRequest

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

SWFTextField::setIndentation

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the indentation of the first line void SWFTextField::setIndentation ( float $width ) swftextfield::setindentation() sets the indentation of the first line in the text field, to width. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may