Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ ping
Method
ping
tutorial/php/PhpServer.php:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
protected $log = array();
57
58
public function ping() {
59
error_log(
"ping()"
);
60
}
61
62
public function add($num1, $num2) {
63
error_log(
"add({$num1}, {$num2})"
);
Callers
1
PhpClient.php
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected