IntlCalendar::isEquivalentTo

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Whether another calendar is equal but for a different time public bool IntlCalendar::isEquivalentTo ( IntlCalendar $other ) Object oriented style Procedural style bool intlcal_is_equivalent_to ( IntlCalendar $cal , IntlCalendar $other ) Returns whether this and the given object are equivalent for all purposes except as to the time they have set. The locales do not have to match, as

trader_linearreg_slope

(PECL trader >= 0.2.0) Linear Regression Slope array trader_linearreg_slope ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

pcntl_sigtimedwait

(PHP 5 >= 5.3.0, PHP 7) Waits for signals, with a timeout int pcntl_sigtimedwait ( array $set [, array &$siginfo [, int $seconds = 0 [, int $nanoseconds = 0 ]]] ) The pcntl_sigtimedwait() function operates in exactly the same way as pcntl_sigwaitinfo() except that it takes two additional parameters, seconds and nanoseconds, which enable an upper bound to be placed on the time for which the script is suspended.

libxml_disable_entity_loader

(PHP 5 >= 5.2.11, PHP 7) Disable the ability to load external entities bool libxml_disable_entity_loader ([ bool $disable = true ] ) Disable/enable the ability to load external entities. Parameters: disable Disable (TRUE) or enable (FALSE) libxml extensions (such as DOM, XMLWriter and XMLReader) to load external entities. Returns: Returns the

CairoScaledFont::getFontOptions

(PECL cairo >= 0.1.0) The getFontOptions purpose public void CairoScaledFont::getFontOptions ( void ) Object oriented style (method): Procedural style: void cairo_get_font_options ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is curren

QuickHashIntHash::update

(PECL quickhash >= Unknown) This method updates an entry in the hash with a new value public bool QuickHashIntHash::update ( int $key, int $value ) This method updates an entry with a new value, and returns whether the entry was update. If there are duplicate keys, only the first found element will get an updated value. Use QuickHashIntHash::CHECK_FOR_DUPES during hash creation to prevent duplicate keys from being part of

trader_bop

(PECL trader >= 0.2.0) Balance Of Power array trader_bop ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing price, ar

ncurses_mousemask

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Sets mouse options int ncurses_mousemask ( int $newmask, int &$oldmask ) Sets mouse events to be reported. By default no mouse events will be reported. Mouse events are represented by NCURSES_KEY_MOUSE in the ncurses_wgetch() input stream. To read the event data and pop the event of queue, call ncurses_getmouse(). Parameters:

msql_fetch_field

(PHP 4, PHP 5, PHP 7) Get field information object msql_fetch_field ( resource $result [, int $field_offset = 0 ] ) msql_fetch_field() can be used in order to obtain information about fields in a certain query result. Parameters: result The result resource that is being evaluated. This result comes from a call to msql_query(). field_offset

ReflectionExtension::getClassNames

(PHP 5, PHP 7) Gets class names public array ReflectionExtension::getClassNames ( void ) Gets a listing of class names as defined in the extension. Returns: An array of class names, as defined in the extension. If no classes are defined, an empty array is returned. Examples: ReflectionExtension::getClassNames() example &l