Yar_Server::__constructRegister a server Description
final public Yar_Server::__construct
( Object
$obj
)Set up a Yar HTTP RPC Server, All the public methods of $obj will be register as a RPC service. Parameters
Return ValuesAn instance of Yar_Server. ExamplesExample #1 Yar_Server::__construct example
<?php The above example will output something similar to: See Also
|