pg_field_num

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns the field number of the named field int pg_field_num ( resource $result, string $field_name ) pg_field_num() will return the number of the field number that corresponds to the field_name in the given PostgreSQL result resource. Note: This function used to be called pg_fieldnum(). Parameters: result PostgreSQL query result res

SolrClient::system

(PECL solr >= 2.0.0) Retrieve Solr Server information public void SolrClient::system ( void ) Retrieve Solr Server information Returns: Returns a SolrGenericResponse object on success. Exception: Emits SolrClientException if the client failed, or there was a connection issue. Emits SolrServerException if the Solr Server failed to satisfy the query.

gmp_com

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Calculates one's complement GMP gmp_com ( GMP $a ) Returns the one's complement of a. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. Returns: Returns the one's complement of a,

ps_new

(PECL ps >= 1.1.0) Creates a new PostScript document object resource ps_new ( void ) Creates a new document instance. It does not create the file on disk or in memory, it just sets up everything. ps_new() is usually followed by a call of ps_open_file() to actually create the postscript document. Returns: Resource of PostScript document or FALSE on failure. The return value is passed to all othe

ps_begin_template

(PECL ps >= 1.2.0) Start a new template int ps_begin_template ( resource $psdoc, float $width, float $height ) Starts a new template. A template is called a form in the postscript language. It is created similar to a pattern but used like an image. Templates are often used for drawings which are placed several times through out the document, e.g. like a company logo. All drawing functions may be used within a template. Th

XMLWriter::writeComment

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full comment tag bool XMLWriter::writeComment ( string $content ) Object oriented style Procedural style bool xmlwriter_write_comment ( resource $xmlwriter , string $content ) Writes a full comment. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource come

OAuth::getLastResponse

(PECL OAuth >= 0.99.1) Get the last response public string OAuth::getLastResponse ( void ) Get the raw response of the most recent request. Returns: Returns a string containing the last response. See also: OAuth::getLastResponseInfo() - OAuth::fetch() -

IntlCalendar::createInstance

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Create a new IntlCalendar public static IntlCalendar IntlCalendar::createInstance ([ mixed $timeZone = NULL [, string $locale = "" ]] ) Object oriented style Procedural style IntlCalendar intlcal_create_instance ([ mixed $timeZone = NULL [, string $locale = "" ]] ) Given a timezone and locale, this method creates an IntlCalendar object. This factory method may return a subclass o

SimpleXMLIterator::hasChildren

(PHP 5 >= 5.1.0, PHP 7) Checks whether the current element has sub elements. public bool SimpleXMLIterator::hasChildren ( void ) This method checks whether the current SimpleXMLIterator element has sub-elements. Returns: TRUE if the current element has sub-elements, otherwise FALSE Examples: Check whether the current element has sub

ldap_next_reference

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Get next reference resource ldap_next_reference ( resource $link, resource $entry ) This function is currently not documented; only its argument list is available.