ldap_mod_del

(PHP 4, PHP 5, PHP 7) Delete attribute values from current attributes bool ldap_mod_del ( resource $link_identifier, string $dn, array $entry ) Removes one or more attributes from the specified dn. It performs the modification at the attribute level as opposed to the object level. Object-level deletions are done by the ldap_delete() function. Parameters: link_identifier A

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.

ifx_do

(PHP 4, PHP <=5.2.0) Execute a previously prepared SQL-statement bool ifx_do ( resource $result_id ) Executes a previously prepared query or opens a cursor for it. Does NOT free result_id on error. Also sets the real number of ifx_affected_rows() for non-select statements for retrieval by ifx_affected_rows(). Parameters: result_id result_id is a valid resultid retu