imap_open

(PHP 4, PHP 5, PHP 7) Open an IMAP stream to a mailbox resource imap_open ( string $mailbox, string $username, string $password [, int $options = 0 [, int $n_retries = 0 [, array $params = NULL ]]] ) Opens an IMAP stream to a mailbox. This function can also be used to open streams to POP3 and NNTP servers, but some functions and features are only available on IMAP servers. Parameters:

Phar::compressFiles

(PHP >= 5.3.0, PECL phar >= 2.0.0) Compresses all files in the current Phar archive public void Phar::compressFiles ( int $compression ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. For tar-based phar archives, this method throws a BadMethodCallException, as compression of individual files within a tar archi

PDF_set_info_author

(PHP 4, PECL pdflib >= 1.0.0) Fill the author document info field [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_info() instead.

SolrPingResponse::getResponse

(PECL solr >= 0.9.2) Returns the response from the server public string SolrPingResponse::getResponse ( void ) Returns the response from the server. This should be empty because the request as a HEAD request. Returns: Returns an empty string.

ps_string_geometry

(PECL ps >= 1.2.0) Gets geometry of a string array ps_string_geometry ( resource $psdoc, string $text [, int $fontid = 0 [, float $size = 0.0 ]] ) This function is similar to ps_stringwidth() but returns an array of dimensions containing the width, ascender, and descender of the text. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(

user_error

(PHP 4, PHP 5, PHP 7) Alias of trigger_error() This function is an alias of: trigger_error().

ocicollgetelem

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

oci_cancel

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Cancels reading from cursor bool oci_cancel ( resource $statement ) Invalidates a cursor, freeing all associated resources and cancels the ability to read from it. Parameters: statement An OCI statement. Returns: Returns TRUE on success or FALSE on failure.

date_create_immutable

(PHP 5 >= 5.5.0, PHP 7) Alias of DateTimeImmutable::__construct() This function is an alias of: DateTimeImmutable::__construct()

db2_fetch_row

(PECL ibm_db2 >= 1.0.0) Sets the result set pointer to the next row or requested row bool db2_fetch_row ( resource $stmt [, int $row_number ] ) Use db2_fetch_row() to iterate through a result set, or to point to a specific row in a result set if you requested a scrollable cursor. To retrieve individual fields from the result set, call the db2_result() function. Rather than calling db2_fetch_row() and db2_result(), m