ncurses_wnoutrefresh

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Copies window to virtual screen int ncurses_wnoutrefresh ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

IntlCalendar::isSet

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Whether a field is set public bool IntlCalendar::isSet ( int $field ) Object oriented style Procedural style bool intlcal_is_set ( IntlCalendar $cal , int $field ) Returns whether a field is set (as opposed to clear). Set fields take priority over unset fields and their default values when the date/time is being calculated. Fields set later take priority over fields set earlier.

Gmagick::getimageredprimary

(PECL gmagick >= Unknown) Returns the chromaticity red primary point public array Gmagick::getimageredprimary ( void ) Returns the chromaticity red primary point as an array with the keys "x" and "y". Returns: Returns the chromaticity red primary point as an array with the keys "x" and "y". Exception: Throws an GmagickException on error.

SplFixedArray::__wakeup

(PHP 5 >= 5.5.0, PHP 7) Reinitialises the array after being unserialised public void SplFixedArray::__wakeup ( void ) Reinitialises the array after being unserialised. Returns: No value is returned.

msession_listvar

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) List sessions with variable array msession_listvar ( string $name ) Used for searching sessions with common attributes. Parameters: name The name being searched. Returns: Returns an associative array of value/session for all sessions with a variable named name.

tidy::root

(PHP 5, PHP 7, PECL tidy 0.5.2-1.0.0) Returns a tidyNode object representing the root of the tidy parse tree tidyNode tidy::root ( void ) Object oriented style Procedural style tidyNode tidy_get_root ( tidy $object ) Returns a tidyNode object representing the root of the tidy parse tree. Parameters: object The Tidy object. Returns: Returns the t

SWFMovie::labelFrame

(PHP 5 <= 5.3.0, PECL ming SVN) Labels a frame void SWFMovie::labelFrame ( string $label ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

SolrQuery::removeExpandFilterQuery

(PECL solr >= 2.2.0) Removes an expand filter query public SolrQuery SolrQuery::removeExpandFilterQuery ( string $fq ) Removes an expand filter query. Parameters: fq Removes an expand filter query. Returns: SolrQuery See also: SolrQuery::setExpand() -

ncurses_waddstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Outputs text at current postion in window int ncurses_waddstr ( resource $window, string $str [, int $n ] ) Parameters: window str n This function is currently not documented; only its argument list is

cubrid_fetch_array

(PECL CUBRID >=8.3.0) Fetch a result row as an associative array, a numeric array, or both array cubrid_fetch_array ( resource $result [, int $type = CUBRID_BOTH ] ) The cubrid_fetch_array() function is used to get a single row from the query result and returns an array. The cursor automatically moves to the next row after getting the result. Parameters: result Result