date_sunset --
Returns time of sunset for a given day and location
Syntax
mixed date_sunset ( int timestamp [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]] )
date_sunset() returns the sunset time for a given day
(specified as a timestamp) and location. The
latitude, longitude and
zenith parameters default to the
date.default_latitude,
date.default_longitude and
date.sunset_zenith configuration options,
respectively.
The latitude defaults to North. So, if you want to
specify a South value, you must pass a negative value. The same note
applies to longitude, which defaults to East.
date sunset php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php date sunset syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.