sqlite_fetch_all

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Fetches all rows from a result set as an array of arrays array sqlite_fetch_all ( resource $result [, int $result_type = SQLITE_BOTH [, bool $decode_binary = true ]] ) Object oriented style (method): array SQLiteResult::fetchAll ([ int $result_type = SQLITE_BOTH [, bool $decode_binary = true ]] ) array SQLiteUnbuffered::fetchAll ([ int $result_type = SQLITE_BOTH [, bool $decode_

dbplus_freelock

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Release write lock on tuple int dbplus_freelock ( resource $relation, string $tuple ) Releases a write lock on the given tuple previously obtained by dbplus_getlock(). Parameters: relation A relation opened by dbplus_open(). tuple A relation opened by dbplus_open(). Returns:

Yaf_View_Simple::setScriptPath

(Yaf >=1.0.0) Set tempaltes directory public bool Yaf_View_Simple::setScriptPath ( string $template_dir ) Parameters: template_dir Returns:

variant_neg

(PHP 5, PHP 7) Performs logical negation on a variant mixed variant_neg ( mixed $variant ) Performs logical negation of variant. Parameters: variant The variant. Returns: Returns the result of the logical negation.

EvEmbed::__construct

(PECL ev >= 0.2.0) Constructs the EvEmbed object public EvEmbed::__construct ( object $other [, callable $callback [, mixed $data [, int $priority ]]] ) This is a rather advanced watcher type that lets to embed one event loop into another(currently only IO events are supported in the embedded loop, other types of watchers might be handled in a delayed or incorrect fashion and must not be used). See » the libev docum

Yaf_Request_Simple::getFiles

(Yaf >=1.0.0) The getFiles purpose public void Yaf_Request_Simple::getFiles ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Session::__clone

(Yaf >=1.0.0) The __clone purpose private void Yaf_Session::__clone ( void ) Returns: This function is currently not documented; only its argument list is available.

connection_aborted

(PHP 4, PHP 5, PHP 7) Check whether client disconnected int connection_aborted ( void ) Checks whether the client disconnected. Returns: Returns 1 if client disconnected, 0 otherwise. See also: connection_status() - ignore_user_abort() - Connection Handling -

PDF_info_textflow

(PECL pdflib >= 2.0.0) Query textflow state float PDF_info_textflow ( resource $pdfdoc, int $textflow, string $keyword ) Queries the current state of a textflow.

newt_form_add_hot_key

(PECL newt >= 0.1) void newt_form_add_hot_key ( resource $form, int $key ) Parameters: form key Returns: No value is returned. This function is currently not documented; only its argument list is available.