newt_draw_root_text

(PECL newt >= 0.1) Displays the string text at the position indicated void newt_draw_root_text ( int $left, int $top, string $text ) Displays the string text at the position indicated. Parameters: left Column number Note: If left is negative, the position is measured from the opposite side of the screen. top Line number Note:

SolrClientException::getInternalInfo

(PECL solr >= 0.9.2) Returns internal information where the Exception was thrown public array SolrClientException::getInternalInfo ( void ) Returns internal information where the Exception was thrown. Returns: Returns an array containing internal information where the error was thrown. Used only for debugging by extension developers.

PDF_close_pdi

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Close the input PDF document [deprecated] bool PDF_close_pdi ( resource $p, int $doc ) Closes all open page handles, and closes the input PDF document. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 7, use PDF_close_pdi_document() instead.

readline_list_history

(PHP 4, PHP 5, PHP 7) Lists the history array readline_list_history ( void ) Gets the entire command line history. Returns: Returns an array of the entire command line history. The elements are indexed by integers starting at zero.

SolrDocument::__clone

(PECL solr >= 0.9.2) Creates a copy of a SolrDocument object public void SolrDocument::__clone ( void ) Creates a copy of a SolrDocument object. Not to be called directly. Returns: None.

newt_form_set_timer

(PECL newt >= 0.1) void newt_form_set_timer ( resource $form, int $milliseconds ) Parameters: form milliseconds Returns: No value is returned. This function is currently not documented; only its argument list is available.

Yaf_Config_Abstract::readonly

(Yaf >=1.0.0) Find a config whether readonly abstract public bool Yaf_Config_Abstract::readonly ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Loader::__clone

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

rrd_last

(PECL rrd >= 0.9.0) Gets unix timestamp of the last sample. int rrd_last ( string $filename ) Returns the UNIX timestamp of the most recent update of the RRD database. Parameters: filename RRD database file name. Returns: Integer as unix timestamp of the most recent data from the RRD database.

ocifreecursor

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_free_statement() Alias of oci_free_statement() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.