mqseries_strerror

(PECL mqseries >= 0.10.0) Returns the error message corresponding to a result code (MQRC). string mqseries_strerror ( int $reason ) mqseries_strerror() returns the message that correspond to the reason result code. Parameters: reason Reason code qualifying the compCode. Returns: string representation of the reason code message.

socket_sendto

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Sends a message to a socket, whether it is connected or not int socket_sendto ( resource $socket, string $buf, int $len, int $flags, string $addr [, int $port = 0 ] ) The function socket_sendto() sends len bytes from buf through the socket socket to the port at the address addr. Parameters: socket A valid socket resource created using s

Yaf_Plugin_Abstract::dispatchLoopShutdown

(Yaf >=1.0.0) The dispatchLoopShutdown purpose public void Yaf_Plugin_Abstract::dispatchLoopShutdown ( Yaf_Request_Abstract $request, Yaf_Response_Abstract $response ) This is the latest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called after the dispatch loop finished. Parameters: request This is the latest hook in Yaf p

uopz_extend

(PECL uopz >= 1.0.0) Extend a class at runtime void uopz_extend ( string $class, string $parent ) Makes class extend parent Parameters: class The name of the class to extend parent The name of the class to inherit Returns: Examples: uopz_extend()

odbc_prepare

(PHP 4, PHP 5, PHP 7) Prepares a statement for execution resource odbc_prepare ( resource $connection_id, string $query_string ) Prepares a statement for execution. The result identifier can be used later to execute the statement with odbc_execute(). Some databases (such as IBM DB2, MS SQL Server, and Oracle) support stored procedures that accept parameters of type IN, INOUT, and OUT as defined by the ODBC specification. H

Yaf_Controller_Abstract::setViewpath

(Yaf >=1.0.0) The setViewpath purpose public void Yaf_Controller_Abstract::setViewpath ( string $view_directory ) Parameters: view_directory Returns:

EventHttpRequest::findHeader

(PECL event >= 1.4.0-beta) Finds the value belonging a header public void EventHttpRequest::findHeader ( string $key , string $type ) Finds the value belonging a header. Parameters: key The header name. type One of EventHttpRequest::*_HEADER constants . Returns: Returns NULL if header not found.

EventBufferEvent::sslGetCipherName

(PECL event >= 1.10.0) Returns the current cipher name of the SSL connection. public string EventBufferEvent::sslGetCipherName ( void ) Retrieves name of cipher used by current SSL connection. Note: This function is available only if Event is compiled with OpenSSL support. Returns: Returns the current cipher name of the SSL connection, or FALSE on error.

imagecreatefromgd2part

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Create a new image from a given part of GD2 file or URL resource imagecreatefromgd2part ( string $filename, int $srcX, int $srcY, int $width, int $height ) Create a new image from a given part of GD2 file or URL. TipA URL can be used as a filename with this function if the fopen wrappers have been enabled. See fopen() for more details on how to specify the filename. See the Supported Proto

SolrQuery::getTermsReturnRaw

(PECL solr >= 0.9.2) Whether or not to return raw characters public bool SolrQuery::getTermsReturnRaw ( void ) Returns a boolean indicating whether or not to return the raw characters of the indexed term, regardless of if it is human readable Returns: Returns a boolean on success and NULL if not set.