PharData::buildFromIterator

(PHP >= 5.3.0, PECL phar >= 2.0.0) Construct a tar or zip archive from an iterator. array PharData::buildFromIterator ( Iterator $iter [, string $base_directory ] ) Populate a tar or zip archive from an iterator. Two styles of iterators are supported, iterators that map the filename within the tar/zip to the name of a file on disk, and iterators like DirectoryIterator that return SplFileInfo objects. For iterators that

SolrResponse::getResponse

(PECL solr >= 0.9.2) Returns a SolrObject representing the XML response from the server public SolrObject SolrResponse::getResponse ( void ) Returns a SolrObject representing the XML response from the server. Returns: Returns a SolrObject representing the XML response from the server

WeakMap::next

(PECL weakref >= 0.2.0) Advances to the next map element public void WeakMap::next ( void ) Advances to the next map element. Returns: No value is returned.

sqlite_array_query

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Execute a query against a given database and returns an array array sqlite_array_query ( resource $dbhandle, string $query [, int $result_type = SQLITE_BOTH [, bool $decode_binary = true ]] ) array sqlite_array_query ( string $query , resource $dbhandle [, int $result_type = SQLITE_BOTH [, bool $decode_binary = true ]] ) Object oriented style (method): public array SQLiteDatabas

SolrResponse::getRawRequest

(PECL solr >= 0.9.2) Returns the raw request sent to the Solr server public string SolrResponse::getRawRequest ( void ) Returns the raw request sent to the Solr server. Returns: Returns the raw request sent to the Solr server

ImagickDraw::getStrokeLineCap

(PECL imagick 2.0.0) Returns the shape to be used at the end of open subpaths when they are stroked int ImagickDraw::getStrokeLineCap ( void ) Returns the shape to be used at the end of open subpaths when they are stroked. Returns: Returns one of the LINECAP_ constants or 0 if stroke linecap is not set. This function is currently not documented; only its argume

OCI-Lob::saveFile

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Alias of OCI-Lob::import() This function is an alias of: OCI-Lob::import().

event_buffer_read

(PECL libevent >= 0.0.1) Read data from a buffered event string event_buffer_read ( resource $bevent, int $data_size ) Reads data from the input buffer of the buffered event. Parameters: bevent Valid buffered event resource. data_size Data size in bytes.

Yaf_Request_Http::getCookie

(Yaf >=1.0.0) Retrieve Cookie variable public mixed Yaf_Request_Http::getCookie ( string $name [, string $default ] ) Retrieve Cookie variable Parameters: name the cookie name default if this parameter is provide, this will be returned if the cookie can not be found Returns:

event_timer_add

(PECL libevent >= 0.0.2) Alias of event_add() This function is an alias of: event_add().