SplDoublyLinkedList::offsetSet

(PHP 5 >= 5.3.0, PHP 7) Sets the value at the specified $index to $newval public void SplDoublyLinkedList::offsetSet ( mixed $index, mixed $newval ) Sets the value at the specified index to newval. Parameters: index The index being set. newval The new value for the index. Returns: No value is returned.

date_sun_info

(PHP 5 >= 5.1.2, PHP 7) Returns an array with information about sunset/sunrise and twilight begin/end array date_sun_info ( int $time, float $latitude, float $longitude ) Parameters: time Timestamp. latitude Latitude in degrees. longitude Longitude in degrees. Returns: Retur

IntlCalendar::getSkippedWallTimeOption

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get behavior for handling skipped wall time public int IntlCalendar::getSkippedWallTimeOption ( void ) Object oriented style Procedural style int intlcal_get_skipped_wall_time_option ( IntlCalendar $cal ) Gets the current strategy for dealing with wall times that are skipped whenever the clock is forwarded during dailight saving time start transitions. The default value is IntlCale

Yaf_Request_Abstract::getMethod

(Yaf >=1.0.0) The getMethod purpose public void Yaf_Request_Abstract::getMethod ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Registry::del

(Yaf >=1.0.0) Remove an item from registry public static void Yaf_Registry::del ( string $name ) Remove an item from registry Parameters: name Remove an item from registry Returns:

Yaf_Registry::__construct

(Yaf >=1.0.0) Yaf_Registry implements singleton private Yaf_Registry::__construct ( void ) Returns:

RecursiveTreeIterator::current

(PHP 5 >= 5.3.0, PHP 7) Get current element public string RecursiveTreeIterator::current ( void ) Gets the current element prefixed and postfixed. Returns: Returns the current element prefixed and postfixed. This function is currently not documented; only its argument list is available.

trader_trima

(PECL trader >= 0.2.0) Triangular Moving Average array trader_trima ( 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.

CairoContext::relLineTo

(PECL cairo >= 0.1.0) The relLineTo purpose public void CairoContext::relLineTo ( string $x, string $y ) Object oriented style (method): Procedural style: void cairo_rel_line_to ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y

imagetypes

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Return the image types supported by this PHP build int imagetypes ( void ) Returns the image types supported by the current PHP installation. Returns: Returns a bit-field corresponding to the image formats supported by the version of GD linked into PHP. The following bits are returned, IMG_GIF | IMG_JPG | IMG_PNG | IMG_WBMP | IMG_XPM.