MongoCommandCursor::timeout

(PECL mongo >=1.6.0) Sets a client-side timeout for this command public MongoCommandCursor MongoCommandCursor::timeout ( int $ms ) A timeout can be set at any time and will affect subsequent data retrieval associated with this cursor, including fetching more results from the database. Parameters: ms The number of milliseconds for the cursor to wait for a response. Use

Judy::nextEmpty

(PECL judy >= 0.1.1) Search for the next absent index in the Judy array public int Judy::nextEmpty ( int $index ) Search (exclusive) for the next absent index that is greater than the passed Index. Parameters: index The index can be an integer or a string corresponding to the index where to start the search. Returns: Return the corresponding i

PDF_add_textflow

(PECL pdflib >= 2.1.0) Create Textflow or add text to existing Textflow int PDF_add_textflow ( resource $pdfdoc, int $textflow, string $text, string $optlist ) Creates a Textflow object, or adds text and explicit options to an existing Textflow.

Yaf_Request_Abstract::getEnv

(Yaf >=1.0.0) Retrieve ENV varialbe public void Yaf_Request_Abstract::getEnv ( string $name [, string $default ] ) Retrieve ENV variable Parameters: name the variable name default if this parameter is provide, this will be returned if the varialbe can not be found Returns:

newt_grid_h_close_stacked

(PECL newt >= 0.1) resource newt_grid_h_close_stacked ( int $element1_type, resource $element1 [, int $... [, resource $... ]] ) Parameters: element1_type element1 Returns: This function is currently not documented; only its argument list is available.

cubrid_bind

(PECL CUBRID >= 8.3.0) Bind variables to a prepared statement as parameters bool cubrid_bind ( resource $req_identifier, int $bind_index, mixed $bind_value [, string $bind_value_type ] ) The cubrid_bind() function is used to bind values to a corresponding named or question mark placeholder in the SQL statement that was passed to cubrid_prepare(). If bind_value_type is not given, string will be the default. Note: If th

cubrid_fetch_object

(PECL CUBRID >= 8.3.0) Fetche the next row and returns it as an object object cubrid_fetch_object ( resource $result [, string $class_name [, array $params [, int $type ]]] ) This function returns an object with the column names of the result set as properties. The values of these properties are extracted from the current row of the result. Parameters: result result com

SWFVideoStream::setDimension

(PHP 5.0.5-5.3.0, PHP 7, PECL ming SVN) Sets video dimension void SWFVideoStream::setDimension ( int $x, int $y ) Sets the width and height for streamed videos. Parameters: x Width in pixels. y Height in pixels. Returns: No value is returned.

cubrid_db_name

(PECL CUBRID >= 8.3.1) Get db name from results of cubrid_list_dbs string cubrid_db_name ( array $result, int $index ) Retrieve the database name from a call to cubrid_list_dbs(). Parameters: result The result pointer from a call to cubrid_list_dbs(). index The index into the result set. Returns: Returns the

ZipArchive::addFile

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0) Adds a file to a ZIP archive from the given path bool ZipArchive::addFile ( string $filename [, string $localname = NULL [, int $start = 0 [, int $length = 0 ]]] ) Adds a file to a ZIP archive from a given path. Parameters: filename The path to the file to add. localname If supplied, t