SplFileObject::setMaxLineLen

(PHP 5 >= 5.1.0, PHP 7) Set maximum line length public void SplFileObject::setMaxLineLen ( int $max_len ) Sets the maximum length of a line to be read. Parameters: max_len The maximum length of a line. Returns: No value is returned. Exception: Throws DomainException when max_len is less than zero.

fscanf

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Parses input from a file according to a format mixed fscanf ( resource $handle, string $format [, mixed &$... ] ) The function fscanf() is similar to sscanf(), but it takes its input from a file associated with handle and interprets the input according to the specified format, which is described in the documentation for sprintf(). Any whitespace in the format string matches any whitesp

xdiff_file_bdiff_size

(PECL xdiff >= 1.5.0) Read a size of file created by applying a binary diff int xdiff_file_bdiff_size ( string $file ) Returns a size of a result file that would be created after applying binary patch from file file to the original file. Parameters: file The path to the binary patch created by xdiff_string_bdiff() or xdiff_string_rabdiff() function.

IteratorIterator::key

(PHP 5 >= 5.1.0, PHP 7) Get the key of the current element public scalar IteratorIterator::key ( void ) Get the key of the current element. Returns: The key of the current element. See also: IteratorIterator::current() -

newt_form_add_component

(PECL newt >= 0.1) Adds a single component to the form void newt_form_add_component ( resource $form, resource $component ) Adds a single component to the form. Parameters: form Form to which component will be added component Component to add to the form Returns: No value is returned.

SolrQuery::setRows

(PECL solr >= 0.9.2) Specifies the maximum number of rows to return in the result public SolrQuery SolrQuery::setRows ( int $rows ) Specifies the maximum number of rows to return in the result Parameters: rows The maximum number of rows to return Returns: Returns the current SolrQuery object.

SplFileInfo::getFileInfo

(PHP 5 >= 5.1.2, PHP 7) Gets an SplFileInfo object for the file public SplFileInfo SplFileInfo::getFileInfo ([ string $class_name ] ) This method gets an SplFileInfo object for the referenced file. Parameters: class_name Name of an SplFileInfo derived class to use. Returns: An SplFileInfo object created for the file.

newt_grid_get_size

(PECL newt >= 0.1) void newt_grid_get_size ( resouce $grid, int &$width, int &$height ) Parameters: grid width height Returns: No value is returned. This function is currently not documented; only its argument list is available.

uopz_copy

(PECL uopz >= 1.0.4) Copy a function Closure uopz_copy ( string $class, string $function ) Closure uopz_copy ( string $function ) Copy a function by name Parameters: class The name of the class containing the function to copy function The name of the function Returns: A Closure for the specified function

tidy::isXhtml

(PHP 5, PHP 7, PECL tidy >= 0.5.2) Indicates if the document is a XHTML document bool tidy::isXhtml ( void ) Object oriented style Procedural style bool tidy_is_xhtml ( tidy $object ) Tells if the document is a XHTML document. Parameters: object The Tidy object. Returns: This function returns TRUE if the specified tidy object is a XHTML docum