TimeSync/Sntp.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_TimeSync  
Version
$Id$  

\Zend_TimeSync_Sntp

Package: Zend_TimeSync
SNTP Protocol handling class
Parent(s)
\Zend_TimeSync_Protocol
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprivateinteger $_delay
Socket delay
Details
Type
integer
>VPropertyprotectedinteger $_port = 37
Port number for this timeserver
Default value37Details
Type
integer

Methods

methodpublic__construct(string $timeserver, integer $port) : void

Class constructor, sets the timeserver and port number

Parameters
NameTypeDescription
$timeserverstring

Timeserver to connect to

$portinteger

Port of the timeserver when it differs from the default port

methodprotected_extract(string $result) : integer

Extracts the data returned from the timeserver

Parameters
NameTypeDescription
$resultstring

Data to extract

Returns
TypeDescription
integer
methodprotected_prepare() : array

Prepares the data that will be send to the timeserver

Returns
TypeDescription
array
methodprotected_read() : string

Reads the data returned from the timeserver

Returns
TypeDescription
string
methodprotected_write(string $data) : void

Writes data to to the timeserver

Parameters
NameTypeDescription
$datastring

Data to write to the timeserver

Documentation was generated by phpDocumentor 2.2.0 .