XMLWriter::endCData

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

PDOStatement::fetchAll

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Returns an array containing all of the result set rows public array PDOStatement::fetchAll ([ int $fetch_style [, mixed $fetch_argument [, array $ctor_args = array() ]]] ) Parameters: fetch_style Controls the contents of the returned array as documented in PDOStatement::fetch(). Defaults to value of PDO::ATTR_DEFAULT_FETCH

EventHttpRequest::closeConnection

(PECL event >= 1.8.0) Closes associated HTTP connection public void EventHttpRequest::closeConnection ( void ) Closes HTTP connection associated with the request. Returns: No value is returned.

EventHttpConnection::makeRequest

(PECL event >= 1.4.0-beta) Makes an HTTP request over the specified connection public bool EventHttpConnection::makeRequest ( EventHttpRequest $req , int $type , string $uri ) Makes an HTTP request over the specified connection. type is one of EventHttpRequest::CMD_* constants. Parameters: req The connection object over which to send the request.

EventBase::exit

(PECL event >= 1.2.6-beta) Stop dispatching events public bool EventBase::exit ([ double $timeout ] ) Tells event base to stop optionally after given number of seconds. Parameters: timeout Optional number of seconds after which the event base should stop dispatching events. Returns: Returns TRUE on success. Otherwise FALSE.

inotify_queue_len

(PECL inotify >= 0.1.2) Return a number upper than zero if there are pending events int inotify_queue_len ( resource $inotify_instance ) This function allows to know if inotify_read() will block or not. If a number upper than zero is returned, there are pending events and inotify_read() will not block. Parameters: inotify_instance Resource returned by inotify_init()

EventBuffer::search

(PECL event >= 1.2.6-beta) Scans the buffer for an occurrence of a string public mixed EventBuffer::search ( string $what [, int $start = -1 [, int $end = -1 ]] ) Scans the buffer for an occurrence of the string what . It returns numeric position of the string, or FALSE if the string was not found. If the start argument is provided, it points to the position at which the search should begin; otherwise, the search is

hash_update_file

(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) Pump data into an active hashing context from a file bool hash_update_file ( resource $hcontext, string $filename [, resource $scontext = NULL ] ) Parameters: hcontext Hashing context returned by hash_init(). filename URL describing location of file to be hashed; Supports fopen wrappers.

oci_num_rows

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns number of rows affected during statement execution int oci_num_rows ( resource $statement ) Gets the number of rows affected during statement execution. Parameters: statement A valid OCI statement identifier. Returns: Returns the number of rows affected as an integer, or FALSE on errors.

streamWrapper::stream_set_option

(PHP 5 >= 5.3.0, PHP 7) Change stream options public bool streamWrapper::stream_set_option ( int $option, int $arg1, int $arg2 ) This method is called to set options on the stream. Parameters: option One of: STREAM_OPTION_BLOCKING (The method was called in response to stream_set_blocking()) STREAM_OPTION_READ_TIMEOUT (The method was called in response to stream_set_