-
$_allowedSchemes
-
Allowed timeserver schemes
-
$_current
-
Holds a reference to the timeserver that is currently being used
-
$_exceptions
-
Contains array of exceptions thrown in queried server
-
$_exceptions
-
Exceptions that might have occured
-
$_info
-
Holds information passed/returned from timeserver
-
$_port
-
Port number for this timeserver
-
$_port
-
This is the NTP port number (123) assigned by the Internet Assigned Numbers Authority to NTP.
-
$_socket
-
Holds the current socket connection
-
$_timeserver
-
Hostname for timeserver
-
$_timeservers
-
Contains array of timeserver objects
-
_addServer
-
Adds a timeserver object to the timeserver list
-
_connect
-
Connect to the specified timeserver.
-
_disconnect
-
Disconnects from the peer, closes the socket.
-
_extract
-
Extracts the data returned from the timeserver
-
_extract
-
Abstract method that extracts the binary data returned from the timeserver
-
_extract
-
Extracts the binary data returned from the timeserver
-
_prepare
-
Prepares the data that will be send to the timeserver
-
_prepare
-
Prepare local timestamp for transmission in our request packet
-
_prepare
-
Abstract method that prepares the data to send to the timeserver
-
_read
-
Abstract method that reads the data returned from the timeserver
-
_read
-
Reads the data returned from the timeserver
-
_read
-
Reads the data returned from the timeserver
-
_write
-
Abstract method that writes data to to the timeserver
-
_write
-
Writes data to to the timeserver
-
_write
-
Sends the NTP packet to the server
-
__construct
-
Class constructor, sets the timeserver and port number
-
__construct
-
Class constructor, sets the timeserver and port number
-
__construct
-
Zend_TimeSync constructor