Download this file
7 lines (7 with data), 191 Bytes
| <?php
class phprpc_client extends __phprpc_client {
function __call($function, $arguments) {
return $this->call($function, $arguments, false);
}
}
?>
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.