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

HaruAnnotation::setBorderStyle

(PECL haru >= 0.0.1) Set the border style of the annotation bool HaruAnnotation::setBorderStyle ( float $width, int $dash_on, int $dash_off ) Defines the style of the border of the annotation. This function may be used with link annotations only. Parameters: width The width of the border line. dash_on The dash style.

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

SAMConnection::rollback

(PECL sam >= 0.1.0) Cancels (rolls back) an in-flight unit of work. bool SAMConnection::rollback ( void ) Rolls back an in-flight unit of work. Returns: This method returns FALSE if an error occurs. Examples: Cancelling an in-flight unit of work <?php if (!$conn->rollback()) {   // The rollback failed!   echo "

fann_set_scaling_params

(PECL fann >= 1.0.0) Calculate input and output scaling parameters for future use based on training data bool fann_set_scaling_params ( resource $ann, resource $train_data, float $new_input_min, float $new_input_max, float $new_output_min, float $new_output_max ) Calculate input and output scaling parameters for future use based on training data. Parameters: ann Neural

mb_strrchr

(PHP 5 >= 5.2.0, PHP 7) Finds the last occurrence of a character in a string within another string mb_strrchr ( string $haystack, string $needle [, bool $part = false [, string $encoding = mb_internal_encoding() ]] ) mb_strrchr() finds the last occurrence of needle in haystack and returns the portion of haystack. If needle is not found, it returns FALSE. Parameters: haystack

Yaf_Request_Http::isXmlHttpRequest

(Yaf >=1.0.0) Whether a Ajax Request public bool Yaf_Request_Http::isXmlHttpRequest ( void ) Check the request whether it is a Ajax Request. Note: This method depends on the request header: HTTP_X_REQUESTED_WITH, some Javascript library doesn't set this header while doing Ajax request Returns:

gzinflate

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Inflate a deflated string string gzinflate ( string $data [, int $length = 0 ] ) This function inflates a deflated string. Parameters: data The data compressed by gzdeflate(). length The maximum length of data to decode. Returns: The original uncompressed data or FALSE on erro

ingres_field_type

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Get the type of a field in a query result string ingres_field_type ( resource $result, int $index ) Get the type of a field in a query result. Note: Related Configurations See ingres.array_index_start in Runtime Configuration Parameters: result The query result identifier index