cubrid_send_glo

(PECL CUBRID >= 8.3.0) Read data from glo and send it to std output int cubrid_send_glo ( resource $conn_identifier, string $oid ) The cubrid_send_glo() function is used to read data from glo instance and sends it to the PHP standard output. Parameters: conn_identifier Connection identifier. oid Oid of the glo instance that you want to

RecursiveIteratorIterator::callGetChildren

(PHP 5 >= 5.1.0, PHP 7) Get children public RecursiveIterator RecursiveIteratorIterator::callGetChildren ( void ) Get children of the current element. Returns: A RecursiveIterator(). This function is currently not documented; only its argument list is available.

newt_checkbox_tree_find_item

(PECL newt >= 0.1) Finds an item in the checkbox tree array newt_checkbox_tree_find_item ( resource $checkboxtree, mixed $data ) Finds an item in the checkbox tree by item's data. Parameters: checkboxtree Finds an item in the checkbox tree by item's data. data Finds an item in the checkbox tree by item's data. Ret

fbsql_change_user

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Change logged in user of the active connection bool fbsql_change_user ( string $user, string $password [, string $database [, resource $link_identifier ]] ) fbsql_change_user() changes the logged in user of the specified connection. If the new user and password authorization fails, the current connected user stays active. Parameters: user

SplObjectStorage::next

(PHP 5 >= 5.1.0, PHP 7) Move to the next entry public void SplObjectStorage::next ( void ) Moves the iterator to the next object in the storage. Returns: No value is returned. Examples: SplObjectStorage::next() example <?php $s = new SplObjectStorage(); $o1 = new StdClass; $o2 = new StdClass; $s->attach($o1, "

Memcached::setSaslAuthData

(PECL memcached >= 2.0.0) Set the credentials to use for authentication public void Memcached::setSaslAuthData ( string $username, string $password ) Memcached::setSaslAuthData() sets the username and password that should be used for SASL authentication with the memcache servers. This method is only available when the memcached extension is built with SASL support. Please refer to Memcached setup for how to do this.

Memcached::getAllKeys

(PECL memcached >= 2.0.0) Gets the keys stored on all the servers public array Memcached::getAllKeys ( void ) Memcached::getAllKeys() queries each memcache server and retrieves an array of all keys stored on them at that point in time. This is not an atomic operation, so it isn't a truly consistent snapshot of the keys at point in time. As memcache doesn't guarantee to return all keys you also cannot assume that all keys

ssh2_sftp_unlink

(PECL ssh2 >= 0.9.0) Delete a file bool ssh2_sftp_unlink ( resource $sftp, string $filename ) Deletes a file on the remote filesystem. Parameters: sftp An SSH2 SFTP resource opened by ssh2_sftp(). filename An SSH2 SFTP resource opened by ssh2_sftp(). Returns: Returns TRUE on success or FALSE on failure.

ncurses_scr_restore

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Restore screen from file dump int ncurses_scr_restore ( string $filename ) Parameters: filename This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function s

ocifreecollection

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