by Example
Display the drop-down list
Configuration of date_sunset()
<?php
/**
* PHP By Example
*
* @copyright 2014 Michel Corne
* @license http://www.opensource.org/licenses/gpl-3.0.html GNU GPL v3
*/
require_once 'date_sunrise.php';
/**
* Function configuration
*
* @see docs/function-configuration.txt
*/
class date_sunset extends date_sunrise
{
public $synopsis = 'mixed date_sunset ( int $timestamp [, int $format = SUNFUNCS_RET_STRING [, float $latitude = ini_get("date.default_latitude") [, float $longitude = ini_get("date.default_longitude") [, float $zenith = ini_get("date.sunset_zenith") [, float $gmt_offset = 0 ]]]]] )';
}
Help
Misc
Config
Test
Unit test
Powered by
PHP 7.1.33 (0.03 s)
2014-2017 Michel Corne