Yaf_Controller_Abstract::render

(Yaf >=1.0.0) Render view template protected string Yaf_Controller_Abstract::render ( string $tpl [, array $parameters ] ) Parameters: tpl parameters Returns:

EventBufferEvent::sslGetProtocol

(PECL event >= 1.10.0) Returns the name of the protocol used for current SSL connection. public string EventBufferEvent::sslGetProtocol ( void ) Returns the name of the protocol used for current SSL connection. Note: This function is available only if Event is compiled with OpenSSL support. Returns: Returns the name of the protocol used for current SSL connection.

EventUtil::getSocketName

(PECL event >= 1.5.0) Retreives the current address to which the socket is bound. public static bool EventUtil::getSocketName ( mixed $socket , string &$address [, mixed &$port ] ) Retreives the current address to which the socket is bound. Parameters: socket Socket resource, stream or a file descriptor of a socket. address

CairoMatrix::initIdentity

(PECL cairo >= 0.1.0) Creates a new identity matrix public static void CairoMatrix::initIdentity ( void ) Object oriented style (method): Procedural style: object cairo_matrix_init_identity ( void ) Creates a new matrix that is an identity transformation. An identity transformation means the source data is copied into the destination data without change Returns: Returns a new CairoMatrix obje

EventConfig::requireFeatures

(PECL event >= 1.2.6-beta) Enters a required event method feature that the application demands public bool EventConfig::requireFeatures ( int $feature ) Enters a required event method feature that the application demands Parameters: feature Bitmask of required features. See EventConfig::FEATURE_* constants Returns:

Pool::submit

(PECL pthreads >= 2.0.0) Submits an object for execution public integer Pool::submit ( Threaded $task ) Submit the task to the next Worker in the Pool Parameters: size The task for execution Returns: the identifier of the Worker executing the object Examples: Submitting Tasks

gmp_neg

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Negate number GMP gmp_neg ( GMP $a ) Returns the negative value of a number. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. Returns: Returns -a, as a GMP number.

MongoRegex::__construct

(PECL mongo >= 0.8.1) Creates a new regular expression public MongoRegex::__construct ( string $regex ) Creates a new regular expression. Parameters: regex Regular expression string of the form /expr/flags. Returns: Returns a new regular expression. Examples: MongoRegex::__construc

SolrDocument::getFieldCount

(PECL solr >= 0.9.2) Returns the number of fields in this document public int SolrDocument::getFieldCount ( void ) Returns the number of fields in this document. Multi-value fields are only counted once. Returns: Returns an integer on success and FALSE on failure.

stream_socket_get_name

(PHP 5, PHP 7) Retrieve the name of the local or remote sockets string stream_socket_get_name ( resource $handle, bool $want_peer ) Returns the local or remote name of a given socket connection. Parameters: handle The socket to get the name of. want_peer If set to TRUE the remote socket name will be returned, if set to FALSE the local s