Yar_Server::handle
Yar_Client::__call
Yar
PHP Manual
The Yar_Client class
(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
導入
クラス概要
Yar_Client
{
/* プロパティ */
protected
$
_protocol
;
protected
$
_uri
;
protected
$
_options
;
protected
$
_running
;
/* メソッド */
public
void
__call
(
string
$method
,
array
$parameters
)
final
public
__construct
(
string
$url
)
public
boolean
setOpt
(
number
$name
,
mixed
$value
)
}
プロパティ
_protocol
_uri
_options
_running
目次
Yar_Client::__call
— Call service
Yar_Client::__construct
— Create a client
Yar_Client::setOpt
— Set calling contexts
Yar_Server::handle
Yar_Client::__call
Yar
PHP Manual