fmod

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns the floating point remainder (modulo) of the division of the arguments float fmod ( float $x, float $y ) Returns the floating point remainder of dividing the dividend (x) by the divisor (y). The remainder (r) is defined as: x = i * y + r, for some integer i. If y is non-zero, r has the same sign as x and a magnitude less than the magnitude of y. Parameters:

DOMDocument::getElementsByTagName

(PHP 5, PHP 7) Searches for all elements with given local tag name public DOMNodeList DOMDocument::getElementsByTagName ( string $name ) This function returns a new instance of class DOMNodeList containing all the elements with a given local tag name. Parameters: name The local name (without namespace) of the tag to match on. The special value * matches all tags.

Imagick::getResourceLimit

(PECL imagick 2.0.0) Returns the specified resource limit int Imagick::getResourceLimit ( int $type ) Returns the specified resource limit. Parameters: type Refer to the list of resourcetype constants. Returns: Returns the specified resource limit in megabytes. Exception: Throws ImagickException on error.

cubrid_column_names

(PECL CUBRID >= 8.3.0) Get the column names in result array cubrid_column_names ( resource $req_identifier ) The cubrid_column_names() function is used to get the column names of the query result by using req_identifier. Parameters: req_identifier Request identifier. Returns: Array of string values containing the column names, when process is su

LimitIterator::rewind

(PHP 5 >= 5.1.0, PHP 7) Rewind the iterator to the specified starting offset public void LimitIterator::rewind ( void ) Rewinds the iterator to the starting offset specified in LimitIterator::__construct(). Returns: No value is returned. See also: LimitIterator::current() - LimitIt

SolrQuery::removeStatsFacet

(PECL solr >= 0.9.2) Removes one of the stats.facet parameters public SolrQuery SolrQuery::removeStatsFacet ( string $value ) Removes one of the stats.facet parameters Parameters: value The value Returns: Returns the current SolrQuery object, if the return value is used.

ncurses_scr_dump

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Dump screen content to file int ncurses_scr_dump ( string $filename ) Parameters: filename This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should

HaruEncoder::getByteType

(PECL haru >= 0.0.1) Get the type of the byte in the text int HaruEncoder::getByteType ( string $text, int $index ) Get the type of the byte in the text. Parameters: text The text. index The position in the text. Returns: Returns the type of the byte in the text on the specified position. The result is one o

PDF_open_pdi_document

(PECL pdflib >= 2.1.0) Prepare a pdi document int PDF_open_pdi_document ( resource $p, string $filename, string $optlist ) Open a disk-based or virtual PDF document and prepare it for later use.

parsekit_compile_file

(PECL parsekit >= 0.2.0) Compile a PHP file and return the resulting op array array parsekit_compile_file ( string $filename [, array &$errors [, int $options = PARSEKIT_QUIET ]] ) Parameters: filename A string containing the name of the file to compile. Similar to the argument to include. errors A 2D hash of errors (including fat