Menu

[r79]: / phprpc_2.1 / include / php5_rpc_client.php  Maximize  Restore  History

Download this file

7 lines (7 with data), 191 Bytes

1
2
3
4
5
6
7
<?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.