cubrid_unbuffered_query

(PECL CUBRID >= 8.3.0) Perform a query without fetching the results into memory resource cubrid_unbuffered_query ( string $query [, resource $conn_identifier ] ) This function performs a query without waiting for that all query results have been complete. It will return when the results are being generated. Parameters: query A SQL query. conn_ident

ssh2://

Secure Shell 2 ssh2.shell:// ssh2.exec:// ssh2.tunnel:// ssh2.sftp:// ssh2.scp:// PHP 4.3.0 and up (PECL) Note: This wrapper is not enabled by default In order to use the ssh2.*:// wrappers you must install the » SSH2 extension available from » PECL. In addition to accepting traditional URI login details, the ssh2 wrappers will also reuse open connections by passing the connection resource in the host portion of the URL.

eio_stat

(PECL eio >= 0.0.1dev) Get file status resource eio_stat ( string $path, int $pri, callable $callback [, mixed $data = NULL ] ) eio_stat() returns file status information in result argument of callback Parameters: path The file path pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or NULL. If NULL passed, pri inte

TokyoTyrant::putShl

(PECL tokyo_tyrant >= 0.1.0) Concatenates to a record public mixed TokyoTyrant::putShl ( string $key, string $value, int $width ) Concatenate to a record and shift to left. Parameters: key A string key value The value to concatenate width The width of the record Returns: T

EventConfig::requireFeatures

(PECL event >= 1.2.6-beta) Enters a required event method feature that the application demands public bool EventConfig::requireFeatures ( int $feature ) Enters a required event method feature that the application demands Parameters: feature Bitmask of required features. See EventConfig::FEATURE_* constants Returns:

trader_acos

(PECL trader >= 0.2.0) Vector Trigonometric ACos array trader_acos ( array $real ) Calculates the arc cosine for each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

dbplus_sql

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Perform SQL query resource dbplus_sql ( string $query [, string $server [, string $dbpath ]] ) Parameters: query server dbpath Returns: This function is currently not documented; only its argument list is a

MongoGridFS::delete

(PECL mongo >=1.0.8) Remove a file and its chunks from the database public bool|array MongoGridFS::delete ( mixed $id ) Note: MongoGridFS::delete() is a convenience method for calling MongoGridFS::remove() with specific criteria and default options parameters. Parameters: id _id of the file to remove. Returns: Returns an array containing t

RarArchive::getEntry

(PECL rar >= 2.0.0) Get entry object from the RAR archive public RarEntry RarArchive::getEntry ( string $entryname ) Object oriented style (method): Procedural style: RarEntry rar_entry_get ( RarArchive $rarfile , string $entryname ) Get entry object (file or directory) from the RAR archive. Note: You can also get entry objects using RarArchive::getEntries(). Note that a RAR archive can have multiple entries with the

SDO_DAS_Setting::isSet

(^) Test whether a property was set prior to being modified bool SDO_DAS_Setting::isSet ( void ) Test whether a property was set prior to being modified. If it was set prior to being modified then the SDO_DAS_Setting will also contain the old value. Returns: Returns TRUE if the property was set prior to being modified, otherwise returns FALSE. This function i