sqlsrv_fetch_array

(No version information available, might only be in Git) Returns a row as an array array sqlsrv_fetch_array ( resource $stmt [, int $fetchType [, int $row [, int $offset ]]] ) Returns the next available row of data as an associative array, a numeric array, or both (the default). Parameters: stmt A statement resource returned by sqlsrv_query or sqlsrv_prepare.

ctype_print

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for printable character(s) bool ctype_print ( string $text ) Checks if all of the characters in the provided string, text, are printable. Parameters: text The tested string. Returns: Returns TRUE if every character in text will actually create output (including blanks). Returns FALSE if text contains contro

HaruPage::setTextLeading

(PECL haru >= 0.0.1) Set text leading (line spacing) for the page bool HaruPage::setTextLeading ( float $text_leading ) Set the text leading (line spacing) for the page. Parameters: text_leading Defines line spacing for the page. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

ps_open_image_file

(PECL ps >= 1.1.0) Opens image from file int ps_open_image_file ( resource $psdoc, string $type, string $filename [, string $stringparam [, int $intparam = 0 ]] ) Loads an image for later use. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). type The type of the image. Possible values are png, jp

DateTimeZone::listAbbreviations

(PHP 5 >= 5.2.0, PHP 7) Returns associative array containing dst, offset and the timezone name public static array DateTimeZone::listAbbreviations ( void ) Object oriented style Procedural style array timezone_abbreviations_list ( void ) Returns: Returns array on success or FALSE on failure. Examples: A timezone_abbreviations_list()

mysqli_result::$lengths

(PHP 5, PHP 7) Returns the lengths of the columns of the current row in the result set array mysqli_fetch_lengths ( mysqli_result $result ) Object oriented style array $mysqli_result->lengths; Procedural style The mysqli_fetch_lengths() function returns an array containing the lengths of every column of the current row within the result set. Parameters: result Procedur

sqlite_error_string

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the textual description of an error code string sqlite_error_string ( int $error_code ) Returns a human readable description of the error_code returned from sqlite_last_error(). Parameters: error_code The error code being used, which might be passed in from sqlite_last_error(). Returns: Returns

SoapClient::__getLastResponseHeaders

(PHP 5 >= 5.0.1, PHP 7) Returns the SOAP headers from the last response public string SoapClient::__getLastResponseHeaders ( void ) Returns the SOAP headers from the last response. Note: This function only works if the SoapClient object was created with the trace option set to TRUE. Returns: The last SOAP response headers. Examples:

cairo_pdf_surface_create

(PECL cairo >= 0.1.0) Description CairoPdfSurface cairo_pdf_surface_create ( string $file, float $width, float $height ) The function description goes here. Parameters: file Description... width Description... height Description... Returns: What is returned on success and

msql_list_tables

(PHP 4, PHP 5, PHP 7) List tables in an mSQL database resource msql_list_tables ( string $database [, resource $link_identifier ] ) msql_list_tables() lists the tables on the specified database. Parameters: database The name of the database. link_identifier The mSQL connection. If not specified, the last link opened by msql_connect() is