例例1 Yar Server Example 例2 Access the server in borwser(GET request) 上の例の出力は、 たとえば以下のようになります。
例3 Yar Client Example 上の例の出力は、 たとえば以下のようになります。 int(3) int(5) PHP Fatal error: Uncaught exception 'Yar_Server_Exception' with message 'call to api Operator::_add() failed' in * 例4 Yar Concurrent Client Example 上の例の出力は、 たとえば以下のようになります。 mul result: 4 sub result: 1 add result: 3 |