(PECL yar >= 1.0.0)
Yar_Server::handle — ����HTTP RPC Server
��������, ��ʼ���ܿͻ��˵ĵ�������.
Note:
���Կͻ��˵ĵ���, ����ͨ��POST����������. ���һ��GET������ʵ����Server, ����yar.expose_info�����������, ��������Server Info��Ϣ�ᱻչ��.
�˺���û�в�����
boolean
Example #1 Yar_Server::handle()ʾ��
<?php
class API {
/**
* the doc info will be generated automatically into service info page.
* @params
* @return
*/
public function some_method($parameter, $option = "foo") {
}
protected function client_can_not_see() {
}
}
$service = new Yar_Server(new API());
$service->handle();
?>
�������̵���������ڣ�