stats_kurtosis

(PECL stats >= 1.0.0) Computes the kurtosis of the data in the array float stats_kurtosis ( array $a ) Parameters: a Returns: This function is currently not documented; only its argument list is available.

ocinewcursor

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

MongoGridFSCursor::key

(PECL mongo >=0.9.0) Returns the current result's filename public string MongoGridFSCursor::key ( void ) Returns: The current result's _id as a string. Changelog: 1.3.0 The document's _id is returned as a string value, since the key should be unique. Pre-1.3.0, filename was returned.

GearmanClient::setWorkloadCallback

(PECL gearman >= 0.5.0) Set a callback for accepting incremental data updates public bool GearmanClient::setWorkloadCallback ( callable $callback ) Sets a function to be called when a worker needs to send back data prior to job completion. A worker can do this when it needs to send updates, send partial results, or flush data during long running jobs. The callback should accept a single argument, a GearmanTask object.

ociresult

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

EventHttpRequest::getOutputBuffer

(PECL event >= 1.4.0-beta) Returns the output buffer of the request public EventBuffer EventHttpRequest::getOutputBuffer ( void ) Returns the output buffer of the request. Returns: Returns the output buffer of the request. See also: EventHttpRequest::getInputBuffer() -

hw_api_attribute::langdepvalue

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns value for a given language string hw_api_attribute::langdepvalue ( string $language ) Returns the value in the given language of the attribute. Parameters: language Returns the value in the given language of the attribute. Returns: Returns the value of the attribute as a string.

HaruDoc::setPassword

(PECL haru >= 0.0.1) Set owner and user passwords for the document bool HaruDoc::setPassword ( string $owner_password, string $user_password ) Defines owner and user passwords for the document. Setting the passwords makes the document contents encrypted. Parameters: owner_password The password of the owner, which can change permissions of the document. Empty password i

TokyoTyrant::sync

(PECL tokyo_tyrant >= 0.1.0) Synchronize the database public mixed TokyoTyrant::sync ( void ) Synchronizes the database on to the physical device Returns: This method returns the current object and throws TokyoTyrantException on failure.

oci_fetch_all

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Fetches multiple rows from a query into a two-dimensional array int oci_fetch_all ( resource $statement, array &$output [, int $skip = 0 [, int $maxrows = -1 [, int $flags = OCI_FETCHSTATEMENT_BY_COLUMN + OCI_ASSOC ]]] ) Fetches multiple rows from a query into a two-dimensional array. By default, all rows are returned. This function can be called only once for each query execute