HaruPage::ellipse

(PECL haru >= 0.0.1) Append an ellipse to the current path bool HaruPage::ellipse ( float $x, float $y, float $xray, float $yray ) Appends an ellipse to the current path. Parameters: x Horizontal coordinate of the center. y Vertical coordinate of the center. xray The ray of the ellipse in the x dir

mysqli::$connect_errno

(PHP 5, PHP 7) Returns the error code from last connect call int mysqli_connect_errno ( void ) Object oriented style int $mysqli->connect_errno; Procedural style Returns the last error code number from the last call to mysqli_connect(). Note: Client error message numbers are listed in the MySQL errmsg.h header file, server error message numbers are listed in mysqld_error.h. In the MySQL source distribution you can fi

maxdb_stmt_free_result

(PECL maxdb >= 1.0) Frees stored result memory for the given statement handle void maxdb_stmt_free_result ( resource $stmt ) Procedural style Object oriented style void maxdb_stmt::free_result ( void ) The maxdb_stmt_free_result() function frees the result memory associated with the statement represented by the stmt parameter, which was allocated by maxdb_stmt_store_result(). Returns: This fu

XMLWriter::openMemory

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create new xmlwriter using memory for string output bool XMLWriter::openMemory ( void ) Object oriented style Procedural style resource xmlwriter_open_memory ( void ) Creates a new XMLWriter using memory for string output. Returns: Object oriented style: Returns TRUE on success or FALSE on failure. Procedural style: Returns a new xmlwriter

SimpleXMLElement::asXML

(PHP 5 >= 5.0.1, PHP 7) Return a well-formed XML string based on SimpleXML element public mixed SimpleXMLElement::asXML ([ string $filename ] ) The asXML method formats the parent object's data in XML version 1.0. Parameters: filename If specified, the function writes the data to the file rather than returning it. Returns: If the filename is

ibase_free_query

(PHP 5, PHP 7) Free memory allocated by a prepared query bool ibase_free_query ( resource $query ) Frees a prepared query. Parameters: query A query prepared with ibase_prepare(). Returns: Returns TRUE on success or FALSE on failure.

Gmagick::setimageresolution

(PECL gmagick >= Unknown) Sets the image resolution public Gmagick Gmagick::setimageresolution ( float $xResolution, float $yResolution ) Sets the image resolution. Parameters: xResolution The image x resolution. yResolution The image y resolution. Returns: The Gmagick object on success.

mb_ereg_replace

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Replace regular expression with multibyte support string mb_ereg_replace ( string $pattern, string $replacement, string $string [, string $option = "msr" ] ) Scans string for matches to pattern, then replaces the matched text with replacement Parameters: pattern The regular expression pattern. Multibyte characters may be used in patter

variant_fix

(PHP 5, PHP 7) Returns the integer portion of a variant mixed variant_fix ( mixed $variant ) Gets the integer portion of a variant. Parameters: variant The variant. Returns: If variant is negative, then the first negative integer greater than or equal to the variant is returned, otherwise returns the integer portion of the value of variant.

runkit_method_rename

(PECL runkit >= 0.7.0) Dynamically changes the name of the given method bool runkit_method_rename ( string $classname, string $methodname, string $newname ) Note: This function cannot be used to manipulate the currently running (or chained) method. Parameters: classname The class in which to rename the method methodname Th