ArrayIterator::serialize

(PHP 5 >= 5.3.0, PHP 7) Serialize public string ArrayIterator::serialize ( void ) Serialize. Returns: The serialized ArrayIterator. This function is currently not documented; only its argument list is available. See also: ArrayIterator::unserialize() -

array_reverse

(PHP 4, PHP 5, PHP 7) Return an array with elements in reverse order array array_reverse ( array $array [, bool $preserve_keys = false ] ) Takes an input array and returns a new array with the order of the elements reversed. Parameters: array The input array. preserve_keys If set to TRUE numeric keys are preserved. Non-numeric keys are

ming_useconstants

(PHP 5 <= 5.3.0, PECL ming SVN) Use constant pool void ming_useconstants ( int $use ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

ibase_num_fields

(PHP 5, PHP 7) Get the number of fields in a result set int ibase_num_fields ( resource $result_id ) Get the number of fields in a result set. Parameters: result_id An InterBase result identifier. Returns: Returns the number of fields as an integer. Examples: ibase_num_fields() exampl

dbx_close

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0) Close an open connection/database int dbx_close ( object $link_identifier ) Parameters: link_identifier The DBX link object to close. Returns: Returns 1 on success and 0 on errors. Notes: Always refer to the module-specific documentat

OAuth::getRequestToken

(PECL OAuth >= 0.99.1) Fetch a request token public array OAuth::getRequestToken ( string $request_token_url [, string $callback_url [, string $http_method ]] ) Fetch a request token, secret and any additional response parameters from the service provider. Parameters: request_token_url URL to the request token API. callback_url OAuth

SoapClient::__setSoapHeaders

(PHP 5 >= 5.0.5, PHP 7) Sets SOAP headers for subsequent calls public bool SoapClient::__setSoapHeaders ([ mixed $soapheaders ] ) Defines headers to be sent along with the SOAP requests. Note: Calling this method will replace any previous values. Parameters: soapheaders The headers to be set. It could be SoapHeader object or array of SoapHeader objects. If not spe

SolrClient::getOptions

(PECL solr >= 0.9.6) Returns the client options set internally public array SolrClient::getOptions ( void ) Returns the client options set internally. Very useful for debugging. The values returned are readonly and can only be set when the object is instantiated. Returns: Returns an array containing all the options for the SolrClient object set internally.

ncurses_slk_touch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Forces output when ncurses_slk_noutrefresh is performed int ncurses_slk_touch ( void ) Forces all the soft labels to be output the next time a ncurses_slk_noutrefresh() is performed. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a

SolrQuery::setShowDebugInfo

(PECL solr >= 0.9.2) Flag to show debug information public SolrQuery SolrQuery::setShowDebugInfo ( bool $flag ) Whether to show debug info Parameters: flag Whether to show debug info. TRUE or FALSE Returns: Returns the current SolrQuery object, if the return value is used.