svn_checkout

(PECL svn >= 0.1.0) Checks out a working copy from the repository bool svn_checkout ( string $repos, string $targetpath [, int $revision [, int $flags = 0 ]] ) Checks out a working copy from the repository at repos to targetpath at revision revision. Parameters: repos String URL path to directory in repository to check out. targetpath

maxdb_fetch_lengths

(PECL maxdb >= 1.0) Returns the lengths of the columns of the current row in the result set array maxdb_fetch_lengths ( resource $result ) Procedural style Object oriented style array $maxdb_result->lengths; The maxdb_fetch_lengths() function returns an array containing the lengths of every column of the current row within the result set represented by the result parameter. If successful, a numerically indexed array r

cairo_matrix_rotate

(PECL cairo >= 0.1.0) Description void cairo_matrix_rotate ( CairoMatrix $matrix, float $radians ) The function description goes here. Parameters: matrix Description... radians Description... Returns: What is returned on success and failure This function is currently not

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

ArrayObject::offsetExists

(PHP 5 >= 5.0.0, PHP 7) Returns whether the requested index exists public bool ArrayObject::offsetExists ( mixed $index ) Parameters: index The index being checked. Returns: TRUE if the requested index exists, otherwise FALSE Examples: ArrayObject::offsetExists() example

maxdb_query

(PECL maxdb >= 1.0) Performs a query on the database mixed maxdb_query ( resource $link, string $query [, int $resultmode ] ) Procedural style Object oriented style mixed maxdb::query ( string $query ) The maxdb_query() function is used to simplify the act of performing a query against the database represented by the link parameter. Returns: Returns TRUE on success or FALSE on failure. For SEL

ibase_fetch_object

(PHP 5, PHP 7) Get an object from a InterBase database object ibase_fetch_object ( resource $result_id [, int $fetch_flag = 0 ] ) Fetches a row as a pseudo-object from a given result identifier. Subsequent calls to ibase_fetch_object() return the next row in the result set. Parameters: result_id An InterBase result identifier obtained either by ibase_query() or ibase_e

cairo_ps_surface_create

(PECL cairo >= 0.1.0) Description CairoPsSurface cairo_ps_surface_create ( string $file, float $width, float $height ) The function description goes here. Parameters: file Description... width Description... height Description... Returns: What is returned on success and fa

SolrQuery::addHighlightField

(PECL solr >= 0.9.2) Maps to hl.fl public SolrQuery SolrQuery::addHighlightField ( string $field ) Maps to hl.fl. This is used to specify that highlighted snippets should be generated for a particular field Parameters: field Name of the field Returns: Returns the current SolrQuery object, if the return value is used.

ifx_create_blob

(PHP 4, PHP <=5.2.0) Creates an blob object int ifx_create_blob ( int $type, int $mode, string $param ) Creates a blob object. Parameters: type 1 = TEXT, 0 = BYTE mode 0 = blob-object holds the content in memory, 1 = blob-object holds the content in file. param if mode = 0: pointer to the content,