newt_grid_wrapped_window

(PECL newt >= 0.1) void newt_grid_wrapped_window ( resource $grid, string $title ) Parameters: grid title Returns: No value is returned. This function is currently not documented; only its argument list is available.

pspell_config_runtogether

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Consider run-together words as valid compounds bool pspell_config_runtogether ( int $dictionary_link, bool $flag ) This function determines whether run-together words will be treated as legal compounds. That is, "thecat" will be a legal compound, although there should be a space between the two words. Changing this setting only affects the results returned by pspell_check(); pspell_suggest()

FilterIterator::rewind

(PHP 5 >= 5.1.0, PHP 7) Rewind the iterator public void FilterIterator::rewind ( void ) Rewind the iterator. Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: FilterIterator::current() -

GlobIterator::count

(PHP 5 >= 5.3.0, PHP 7) Get the number of directories and files public int GlobIterator::count ( void ) Gets the number of directories and files found by the glob expression. Returns: The number of returned directories and files, as an integer. Examples: GlobIterator::count() example <?php $iterator = new GlobIterat

gupnp_device_info_get_service

(PECL gupnp >= 0.1.0) Get the service with type resource gupnp_device_info_get_service ( resource $root_device, string $type ) Get the service with type or false if no such device was found. Parameters: root_device A root device identifier, returned by gupnp_root_device_new(). type The type of the service to be retrieved.

Yaf_Route_Simple::route

(Yaf >=1.0.0) Route a request public bool Yaf_Route_Simple::route ( Yaf_Request_Abstract $request ) see Yaf_Route_Simple::__construct() Parameters: request see Yaf_Route_Simple::__construct() Returns: always be TRUE This function is currently not documented; only its argument list is available.

XMLReader::lookupNamespace

(PHP 5 >= 5.1.0, PHP 7) Lookup namespace for a prefix public string XMLReader::lookupNamespace ( string $prefix ) Lookup in scope namespace for a given prefix. Parameters: prefix String containing the prefix. Returns: Returns TRUE on success or FALSE on failure.

abs

(PHP 4, PHP 5, PHP 7) Absolute value number abs ( mixed $number ) Returns the absolute value of number. Parameters: number The numeric value to process Returns: The absolute value of number. If the argument number is of type float, the return type is also float, otherwise it is integer (as float usually has a bigger value range than integer).

PDF_pcos_get_string

(PECL pdflib >= 2.1.0) Get value of pCOS path with type name, string, or boolean string PDF_pcos_get_string ( resource $p, int $doc, string $path ) Gets the value of a pCOS path with type name, string, or boolean.

image2wbmp

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Output image to browser or file bool image2wbmp ( resource $image [, string $filename [, int $threshold ]] ) image2wbmp() outputs or save a WBMP version of the given image. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). filename Path t