mssql_get_last_message

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Returns the last message from the server string mssql_get_last_message ( void ) Gets the last message from the MS-SQL server Returns: Returns last error message from server, or an empty string if no error messages are returned from MSSQL. Examples: mssql_get_last_message() example &l

asort

(PHP 4, PHP 5, PHP 7) Sort an array and maintain index association bool asort ( array &$array [, int $sort_flags = SORT_REGULAR ] ) This function sorts an array such that array indices maintain their correlation with the array elements they are associated with. This is used mainly when sorting associative arrays where the actual element order is significant. Parameters: array

MongoCollection::validate

(PECL mongo >=0.9.0) Validates this collection public array MongoCollection::validate ([ bool $scan_data = FALSE ] ) Parameters: scan_data Only validate indices, not the base collection. Returns: Returns the database's evaluation of this object.

HaruImage::getHeight

(PECL haru >= 0.0.1) Get the height of the image int HaruImage::getHeight ( void ) Get the height of the image. Returns: Returns the height of the image. Exception: Throws a HaruException on error.

IntlDateFormatter::format

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Format the date/time value as a string public string IntlDateFormatter::format ( mixed $value ) Object oriented style Procedural style string datefmt_format ( IntlDateFormatter $fmt , mixed $value ) Formats the time value as a string. Parameters: fmt The date formatter resource. value

ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute

(PECL imagick 2.0.0) Draws a quadratic Bezier curve bool ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute ( float $x, float $y ) Draws a quadratic Bezier curve (using absolute coordinates) from the current point to (x,y). The control point is assumed to be the reflection of the control point on the previous command relative to the current point. (If there is no previous command or if the previous command was not a DrawP

is_file

(PHP 4, PHP 5, PHP 7) Tells whether the filename is a regular file bool is_file ( string $filename ) Tells whether the given file is a regular file. Parameters: filename Path to the file. Returns: Returns TRUE if the filename exists and is a regular file, FALSE otherwise. Note: Because PHP's integer type is signed and many platforms use 32bit i

trader_ceil

(PECL trader >= 0.2.0) Vector Ceil array trader_ceil ( array $real ) Calculates the next higest integer for each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

XMLWriter::endPI

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current PI bool XMLWriter::endPI ( void ) Object oriented style Procedural style bool xmlwriter_end_pi ( resource $xmlwriter ) Ends the current processing instruction. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_u

unregister_tick_function

(PHP 4 >= 4.0.3, PHP 5, PHP 7) De-register a function for execution on each tick void unregister_tick_function ( string $function_name ) De-registers the function named by function_name so it is no longer executed when a tick is called. Parameters: function_name The function name, as a string. Returns: No value is returned.