mysqli_rpl_probe

(PHP 5 < 5.3.0) RPL probe bool mysqli_rpl_probe ( mysqli $link ) This function is currently not documented; only its argument list is available. This function has been DEPRECATED and REMOVED as of PHP 5.3.0.

MongoDB::getCollectionInfo

(PECL mongo >=1.6.0) Returns information about collections in this database public array MongoDB::getCollectionInfo ([ array $options = array() ] ) Gets a list of all collections in the database and returns them as an array of documents, which contain their names and options. Note: This method will use the » listCollections database command when communicating with MongoDB 2.8+. For previous database versions, the method

Yaf_Request_Abstract::getLanguage

(Yaf >=1.0.0) The getLanguage purpose public void Yaf_Request_Abstract::getLanguage ( void ) Returns: This function is currently not documented; only its argument list is available.

ldap_next_entry

(PHP 4, PHP 5, PHP 7) Get next result entry resource ldap_next_entry ( resource $link_identifier, resource $result_entry_identifier ) Retrieve the entries stored in the result. Successive calls to the ldap_next_entry() return entries one by one till there are no more entries. The first call to ldap_next_entry() is made after the call to ldap_first_entry() with the result_entry_identifier as returned from the ldap_first_entry

zip_entry_read

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0) Read from an open directory entry string zip_entry_read ( resource $zip_entry [, int $length = 1024 ] ) Reads from an open directory entry. Parameters: zip_entry A directory entry returned by zip_read(). length The number of bytes to return. Note: This should be th

GmagickDraw::setfillcolor

(PECL gmagick >= Unknown) Sets the fill color to be used for drawing filled objects. public GmagickDraw GmagickDraw::setfillcolor ( string $color ) Sets the fill color to be used for drawing filled objects. Parameters: color GmagickPixel indicating color to use for filling. Returns: The GmagickDraw object on success

fdf_set_flags

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Sets a flag of a field bool fdf_set_flags ( resource $fdf_document, string $fieldname, int $whichFlags, int $newFlags ) Sets certain flags of the given field. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). fieldname Name of the FDF field, as

MongoCollection::find

(PECL mongo >=0.9.0) Queries this collection, returning a MongoCursor for the result set public MongoCursor MongoCollection::find ([ array $query = array() [, array $fields = array() ]] ) Parameters: query The fields for which to search. MongoDB's query language is quite extensive. The PHP driver will in almost all cases pass the query straight through to the server, s

CairoFontOptions::status

(PECL cairo >= 0.1.0) The status purpose public int CairoFontOptions::status ( void ) Object oriented style (method): Procedural style: int cairo_status ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; only its

SplHeap::key

(PHP 5 >= 5.3.0, PHP 7) Return current node index public mixed SplHeap::key ( void ) This function returns the current node index Returns: The current node index.