openssl_x509_read

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Parse an X.509 certificate and return a resource identifier for it resource openssl_x509_read ( mixed $x509certdata ) openssl_x509_read() parses the certificate supplied by x509certdata and returns a resource identifier for it. Parameters: x509certdata openssl_x509_read() parses the certificate supplied by x509certdata and returns a resou

PDF_end_font

(PECL pdflib >= 2.0.0) Terminate Type 3 font definition bool PDF_end_font ( resource $pdfdoc ) Terminates a Type 3 font definition.

msession_count

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Get session count int msession_count ( void ) This function is currently not documented; only its argument list is available.

RarEntry::getCrc

(PECL rar >= 0.1) Get CRC of the entry public string RarEntry::getCrc ( void ) Returns an hexadecimal string representation of the CRC of the archive entry. Returns: Returns the CRC of the archive entry or FALSE on error. Changelog: 2.0.0 This method now returns correct values for multiple volume archives.

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.