| |
---|
| | |
---|
| | ### Installation |
---|
| | -------- |
---|
| | |
---|
| | Currently the project contains only one file. Simply add it to your project. |
---|
| | Currently the project contains only one file. Simply add sysVcom.php to your project. Other files are for testing. |
---|
| | The global files need to be set correctly for your project. In particular, a file needs to be created which is |
---|
| | used as the buffer for the SysV system. In practice this is just used as a unique key but it must exist and be |
---|
| | reachable by both client and server. |
---|
| | |
---|
| | The following methods are use to invoke an RPC |
---|
| | <pre> |
---|
| | rpc( $funcName, ...$params ); |
---|
| |
---|
| | |