A time server is a computer server that reads the precise time from a reference source and distributes this information to various clients. The most widely used protocol for distributing and synchronising time over the Internet is the Network Time Protocol (NTP), though other less-popular or outdated time protocols continue to be in use.
Your time can be synced to any number of NTP servers for the purpose of updating your own system time or querying it for another use. While most UNIX-based servers will support synchronising by default - many don't... and some other smaller servers may not provide that feature at all. This PHP function is a means of obtaining a GPS-accurate time when other methods fail you.
You can choose any number of NTP servers to sync to here .
The PHP Function
Download
Title: Query Time from a NTP Server
Description: Query the Server Time from a NTP Server with PHP.
Download • Version 0.2, 914.0B, zip, Category: PHP Code & Snippets