gnupg_getprotocol

(PECL gnupg >= 0.1) Returns the currently active protocol for all operations int gnupg_getprotocol ( resource $identifier ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. Returns: Returns the currently active protocol, which can be one of GNUPG_PROTOCOL_OpenPGP or GNUPG_PROTOCOL_CMS.

win32_continue_service

(PECL win32service SVN) Resumes a paused service int win32_continue_service ( string $servicename [, string $machine ] ) Resumes a paused, named service. Requires administrative privileges. Parameters: servicename The short name of the service. machine Optional machine name. If omitted, the local machine is used. Ret

HaruDoc::setInfoAttr

(PECL haru >= 0.0.1) Set the info attribute of the document bool HaruDoc::setInfoAttr ( int $type, string $info ) Defines an info attribute. Uses the current encoding of the document. Parameters: type The type of the attribute. Can be one of the following: HaruDoc::INFO_AUTHOR HaruDoc::INFO_CREATOR HaruDoc::INFO_TITLE HaruDoc::INFO_SUBJECT HaruDoc::INFO_KEYWO

apache_request_headers

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Fetch all HTTP request headers array apache_request_headers ( void ) Fetches all HTTP request headers from the current request. Returns: An associative array of all the HTTP headers in the current request, or FALSE on failure. Changelog: 5.5.7 This function became available in the CLI server.

SolrQuery::setGroupMain

(PECL solr >= 2.2.0) If true, the result of the first field grouping command is used as the main result list in the response, using group.format=simple. public SolrQuery SolrQuery::setGroupMain ( string $value ) If true, the result of the first field grouping command is used as the main result list in the response, using group.format=simple. Parameters: value If true,

id3_set_tag

(PECL id3 >= 0.1) Update information stored in an ID3 tag bool id3_set_tag ( string $filename, array $tag [, int $version = ID3_V1_0 ] ) id3_set_tag() is used to change the information stored of an ID3 tag. If no tag has been present, it will be added to the file. Parameters: filename The path to the MP3 file Instead of a filename you may also pass a valid stream re

SolrQuery::addGroupFunction

(PECL solr >= 2.2.0) Allows grouping results based on the unique values of a function query (group.func parameter). public SolrQuery SolrQuery::addGroupFunction ( string $value ) Adds a group function (group.func parameter) Allows grouping results based on the unique values of a function query. Parameters: value Adds a group function (group.func parameter) Allows group

HaruPage::rectangle

(PECL haru >= 0.0.1) Append a rectangle to the current path bool HaruPage::rectangle ( float $x, float $y, float $width, float $height ) Appends a rectangle to the current drawing path. Parameters: x The left border of the rectangle. y The lower border of the rectangle. width The width of the recta

MongoClient::listDBs

(PECL mongo >=1.3.0) Lists all of the databases available. public array MongoClient::listDBs ( void ) Returns: Returns an associative array containing three fields. The first field is databases, which in turn contains an array. Each element of the array is an associative array corresponding to a database, giving th database's name, size, and if it's empty. The other two fields are totalSize (in b

XMLWriter::endCData

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current CDATA bool XMLWriter::endCData ( void ) Object oriented style Procedural style bool xmlwriter_end_cdata ( resource $xmlwriter ) Ends the current CDATA section. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_u