MongoCursor::valid

(PECL mongo >=0.9.0) Checks if the cursor is reading a valid result. public bool MongoCursor::valid ( void ) Returns: TRUE if the current result is not null, and FALSE otherwise. See also: Iterator::valid() -

SWFPrebuiltClip::__construct

(PHP 5.0.5-5.3.0, PHP 7, PECL ming SVN) Returns a SWFPrebuiltClip object SWFPrebuiltClip::__construct ( mixed $file ) This function is currently not documented; only its argument list is available.

ImagickPixel::getColorCount

(PECL imagick 2.0.0) Returns the color count associated with this color int ImagickPixel::getColorCount ( void ) Returns the color count associated with this color. Returns: Returns the color count as an integer on success, throws ImagickPixelException on failure. This function is currently not documented; only its argument list is available.

HaruPage::fill

(PECL haru >= 0.0.1) Fill current path using nonzero winding number rule bool HaruPage::fill ( void ) Fills current path using nonzero winding number rule. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

UConverter::getSubstChars

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get substitution chars public string UConverter::getSubstChars ( void ) Returns: This function is currently not documented; only its argument list is available.

mysqli::set_charset

(PHP 5 >= 5.0.5, PHP 7) Sets the default client character set bool mysqli::set_charset ( string $charset ) Object oriented style Procedural style bool mysqli_set_charset ( mysqli $link , string $charset ) Sets the default character set to be used when sending data from and to the database server. Parameters: link Procedural style only: A link identifier returned by mys

newt_grid_v_stacked

(PECL newt >= 0.1) resource newt_grid_v_stacked ( int $element1_type, resource $element1 [, int $... [, resource $... ]] ) Parameters: element1_type element1 Returns: This function is currently not documented; only its argument list is available.

newt_listbox_set_width

(PECL newt >= 0.1) void newt_listbox_set_width ( resource $listbox, int $width ) Parameters: listbox width Returns: No value is returned. This function is currently not documented; only its argument list is available.

xml_set_character_data_handler

(PHP 4, PHP 5, PHP 7) Set up character data handler bool xml_set_character_data_handler ( resource $parser, callable $handler ) Sets the character data handler function for the XML parser parser. Parameters: parser A reference to the XML parser to set up character data handler function. handler handler is a string containing the name of

Gmagick::getcopyright

(PECL gmagick >= Unknown) Returns the GraphicsMagick API copyright as a string public string Gmagick::getcopyright ( void ) Returns the GraphicsMagick API copyright as a string. Returns: Returns a string containing the copyright notice of GraphicsMagick and Magickwand C API. Exception: Throws an GmagickException on error.