Yar_Client::__call

(PECL yar >= 1.0.0)

Yar_Client::__call����Զ�̷���

˵��

public Yar_Client::__call ( string $method , array $parameters ) : void

����һ��RPC����, ���ҵõ�����ֵ. �������˵�Զ�̵����׳��쳣, ��ô����Ҳ����Ӧ���׳�һ��Yar_Server_Exception�쳣.

����

method

Զ�̷��������.

parameters

����.

����ֵ

����

Example #1 Yar_Client::__call() example

<?php

$client 
= new Yar_Client("http://host/api/");

/* ����Զ�̷����some_method���� */
$result $client->some_method("parameter");

?>

�������̵���������ڣ�

�μ�