mysqli_result::fetch_row

(PHP 5, PHP 7) Get a result row as an enumerated array mixed mysqli_result::fetch_row ( void ) Object oriented style Procedural style mixed mysqli_fetch_row ( mysqli_result $result ) Fetches one row of data from the result set and returns it as an enumerated array, where each column is stored in an array offset starting from 0 (zero). Each subsequent call to this function will return the next row within the result set, or N

MongoCollection::distinct

(PECL mongo >=1.2.11) Retrieve a list of distinct values for the given key across a collection. public array MongoCollection::distinct ( string $key [, array $query ] ) The distinct command returns a list of distinct values for the given key across a collection. Parameters: key The key to use. query An optional query parameters

GearmanClient::setFailCallback

(PECL gearman >= 0.5.0) Set callback for job failure public bool GearmanClient::setFailCallback ( callable $callback ) Sets the callback function to be used when a task does not complete successfully. The function should accept a single argument, a GearmanTask object. Parameters: callback A function to call Returns: Returns TRUE on success or

ociloadlob

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of OCI-Lob::load() Alias of OCI-Lob::load() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

Yaf_Request_Abstract::isCli

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

newt_cursor_on

(PECL newt >= 0.1) void newt_cursor_on ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

dbx_query

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0) Send a query and fetch all results (if any) mixed dbx_query ( object $link_identifier, string $sql_statement [, int $flags ] ) Sends a query and fetch all results. Parameters: link_identifier The DBX link object returned by dbx_connect() sql_statement SQL statement. Data ins

ocilogoff

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_close() Alias of oci_close() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

Error::__construct

(No version information available, might only be in Git) Construct the error object public Error::__construct ([ string $message = "" [, int $code = 0 [, Throwable $previous = NULL ]]] ) Constructs the Error. Parameters: message The error message. code The error code. previous The previous throwable used for the excep

dbplus_getlock

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Get a write lock on a tuple int dbplus_getlock ( resource $relation, string $tuple ) Requests a write lock on the specified tuple. Parameters: relation A relation opened by dbplus_open(). tuple A relation opened by dbplus_open(). Returns: Returns zero on success or a n