EventDnsBase::clearSearch

(PECL event >= 1.2.6-beta) Removes all current search suffixes public void EventDnsBase::clearSearch ( void ) Removes all current search suffixes from the DNS base; the EventDnsBase::addSearch() function adds a suffix. Returns: No value is returned. See also: EventDnsBase::addSearch() -

blenc_encrypt

(PECL blenc >= 5) Encrypt a PHP script with BLENC. string blenc_encrypt ( string $plaintext, string $encodedfile [, string $encryption_key ] ) Encrypt the plaintext content and write it into encodedfile Parameters: plaintext A source code to encrypt. Does not need to contain opening/closing PHP tags encodedfile The filename where B

ob_tidyhandler

(PHP 5, PHP 7) ob_start callback function to repair the buffer string ob_tidyhandler ( string $input [, int $mode ] ) Callback function for ob_start() to repair the buffer. Parameters: input The buffer. mode The buffer mode. Returns: Returns the modified buffer.

FilesystemIterator::current

(PHP 5 >= 5.3.0, PHP 7) The current file public mixed FilesystemIterator::current ( void ) Get file information of the current element. Returns: The filename, file information, or $this depending on the set flags. See the FilesystemIterator constants. Examples: FilesystemIterator::current() example This example will lis

Imagick::mapImage

(PECL imagick 2.0.0) Replaces the colors of an image with the closest color from a reference image. bool Imagick::mapImage ( Imagick $map, bool $dither ) Parameters: map dither Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

FilesystemIterator::rewind

(PHP 5 >= 5.3.0, PHP 7) Rewinds back to the beginning public void FilesystemIterator::rewind ( void ) Rewinds the directory back to the start. Returns: No value is returned. Examples: FilesystemIterator::rewind() example <?php $iterator = new FilesystemIterator(dirname(__FILE__), FilesystemIterator::KEY_AS_FILENAME

trader_sin

(PECL trader >= 0.2.0) Vector Trigonometric Sin array trader_sin ( array $real ) Calculates the sine for each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

pg_lo_read_all

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Reads an entire large object and send straight to browser int pg_lo_read_all ( resource $large_object ) pg_lo_read_all() reads a large object and passes it straight through to the browser after sending all pending headers. Mainly intended for sending binary data like images or sound. To use the large object interface, it is necessary to enclose it within a transaction block. Note: Th

sqlite_field_name

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the name of a particular field string sqlite_field_name ( resource $result, int $field_index ) Object oriented style (method): string SQLiteResult::fieldName ( int $field_index ) string SQLiteUnbuffered::fieldName ( int $field_index ) Given the ordinal column number, field_index, sqlite_field_name() returns the name of that field in the result set result.

SolrQuery::getStatsFacets

(PECL solr >= 0.9.2) Returns all the stats facets that were set public array SolrQuery::getStatsFacets ( void ) Returns all the stats facets that were set Returns: Returns an array on success and NULL if not set.