SplFixedArray::next

(PHP 5 >= 5.3.0, PHP 7) Move to next entry public void SplFixedArray::next ( void ) Move the iterator to the next array entry. Returns: No value is returned.

PDF_get_apiname

(PECL pdflib >= 2.0.0) Get name of unsuccessfull API function string PDF_get_apiname ( resource $pdfdoc ) Gets the name of the API function which threw the last exception or failed.

magic_quotes_runtime

(PHP 4, PHP 5) Alias of set_magic_quotes_runtime() This function is an alias of: set_magic_quotes_runtime()

QuickHashIntStringHash::saveToFile

(PECL quickhash >= Unknown) This method stores an in-memory hash to disk public void QuickHashIntStringHash::saveToFile ( string $filename ) This method stores an existing hash to a file on disk, in the same format that loadFromFile() can read. Parameters: filename The filename of the file to store the hash in. Returns: No value is returned.

ncurses_replace_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Replaces the window associated with panel int ncurses_replace_panel ( resource $panel, resource $window ) Parameters: panel window This function is currently not documented; only its argument list is available.

PharException

(Unknown) The PharException class provides a phar-specific exception class for try/catch blocks.

Gmagick::medianfilterimage

(PECL gmagick >= Unknown) Applies a digital filter public void Gmagick::medianfilterimage ( float $radius ) Applies a digital filter that improves the quality of a noisy image. Each pixel is replaced by the median in a set of neighboring pixels as defined by radius. Parameters: radius The radius of the pixel neighborhood. Returns: Gmagick obj

SolrQuery::getMltQueryFields

(PECL solr >= 0.9.2) Returns the query fields and their boosts public array SolrQuery::getMltQueryFields ( void ) Returns the query fields and their boosts Returns: Returns an array on success and NULL if not set.

$HTTP_RAW_POST_DATA

(PHP 4, PHP 5) Raw POST data $HTTP_RAW_POST_DATA contains the raw POST data. See always_populate_raw_post_data. In general, php://input should be used instead of $HTTP_RAW_POST_DATA. This feature was DEPRECATED in PHP 5.6.0, and REMOVED as of PHP 7.0.0.

cairo_font_options_get_hint_style

(PECL cairo >= 0.1.0) Description int cairo_font_options_get_hint_style ( CairoFontOptions $options ) The function description goes here. Parameters: options Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.