mb_ereg_search_pos

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string array mb_ereg_search_pos ([ string $pattern [, string $option = "ms" ]] ) Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string The string for match is specified by mb_ereg_search_init(). If it is not specified, t

fgets

(PHP 4, PHP 5, PHP 7) Gets line from file pointer string fgets ( resource $handle [, int $length ] ) Gets a line from file pointer. Parameters: handle The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen() (and not yet closed by fclose()). length Reading ends when length - 1 bytes have been

cairo_ps_surface_get_eps

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

PDF_add_nameddest

(PECL pdflib >= 2.0.0) Create named destination bool PDF_add_nameddest ( resource $pdfdoc, string $name, string $optlist ) Creates a named destination on an arbitrary page in the current document. Returns TRUE on success or FALSE on failure.

RecursiveIteratorIterator::current

(PHP 5, PHP 7) Access the current element value public mixed RecursiveIteratorIterator::current ( void ) Returns: The current elements value. This function is currently not documented; only its argument list is available.

udm_api_version

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Get mnoGoSearch API version int udm_api_version ( void ) Gets the mnoGoSearch API version. This function allows the user to identify which API functions are available, e.g. udm_get_doc_count() function is only available in mnoGoSearch 3.1.11 or later. Returns: udm_api_version() returns the mnoGoSearch API version number. E.g. i

json_decode

(PHP 5 >= 5.2.0, PECL json >= 1.2.0, PHP 7) Decodes a JSON string mixed json_decode ( string $json [, bool $assoc = false [, int $depth = 512 [, int $options = 0 ]]] ) Takes a JSON encoded string and converts it into a PHP variable. Parameters: json The json string being decoded. This function only works with UTF-8 encoded strings. Note: PHP implements a su

Generator::__wakeup

(PHP 5 >= 5.5.0, PHP 7) Serialize callback public void Generator::__wakeup ( void ) Throws an exception as generators can't be serialized. Returns: No value is returned.

ncurses_color_content

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Retrieves RGB components of a color int ncurses_color_content ( int $color, int &$r, int &$g, int &$b ) Retrieves the red, green, and blue components for the given color definition. Terminal color capabilities must be initialized with ncurses_start_color() prior to calling this function. Parameters: color

EvLoop::embed

(PECL ev >= 0.2.0) Creates an instance of EvEmbed watcher associated with the current EvLoop object. final public EvEmbed EvLoop::embed ( string $other [, string $callback [, string $data [, string $priority ]]] ) Creates an instance of EvEmbed watcher associated with the current EvLoop object. Returns: Returns EvEmbed object on success.