Class Zend_TimeSync_Ntp

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /TimeSync/Ntp.php (line 34)

Zend_TimeSync_Protocol
   |
   --Zend_TimeSync_Ntp
Method Summary
 void __construct (string $timeserver, int $port)
 void _extract ( $binary)
 void _prepare ()
 void _read ()
 void _write ( $data)
Variables
Methods
Constructor __construct (line 43)

Class constructor, sets the timeserver and port number

  • access: public
void __construct (string $timeserver, int $port)
  • string $timeserver
  • int $port
_extract (line 125)
  • access: protected
void _extract ( $binary)
  • $binary

Redefinition of:
Zend_TimeSync_Protocol::_extract()
Abstract method that extracts the binary data returned from the timeserver
_prepare (line 49)
  • access: protected
void _prepare ()

Redefinition of:
Zend_TimeSync_Protocol::_prepare()
Abstract method that prepares the data to send to the timeserver
_read (line 83)
  • access: protected
void _read ()

Redefinition of:
Zend_TimeSync_Protocol::_read()
Abstract method that reads the data returned from the timeserver
_write (line 117)
  • access: protected
void _write ( $data)
  • $data

Redefinition of:
Zend_TimeSync_Protocol::_write()
Abstract method that writes data to to the timeserver

Inherited Methods

Inherited From Zend_TimeSync_Protocol

 Zend_TimeSync_Protocol::getDate()
 Zend_TimeSync_Protocol::getInfo()
 Zend_TimeSync_Protocol::_connect()
 Zend_TimeSync_Protocol::_disconnect()
 Zend_TimeSync_Protocol::_extract()
 Zend_TimeSync_Protocol::_prepare()
 Zend_TimeSync_Protocol::_read()
 Zend_TimeSync_Protocol::_write()

Documentation generated on Thu, 18 Jan 2007 10:01:09 -0800 by phpDocumentor 1.3.1