Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Abstract class definition for all timeserver protocols
array $_exceptions = ''Exceptions that might have occured
Detailsarray $_info = 'array'Holds information passed/returned from timeserver
Detailsarray $_socket = ''Holds the current socket connection
Detailsstring $_timeserver = ''Hostname for timeserver
Details_connect(
)
:
voidConnect to the specified timeserver.
Details_disconnect(
)
:
voidDisconnects from the peer, closes the socket.
Details_extract(
string|array $data
)
:
integerAbstract method that extracts the binary data returned from the timeserver
Details_prepare(
)
:
mixedAbstract method that prepares the data to send to the timeserver
Details_read(
)
:
mixedAbstract method that reads the data returned from the timeserver
Details_write(
string $data
)
:
voidAbstract method that writes data to to the timeserver
DetailsgetDate(
string|Zend_Locale $locale
=
null
)
:
Zend_DateQuery this timeserver without using the fallback mechanism
DetailsgetInfo(
)
:
arrayReturn information sent/returned from the timeserver
Details