Voting

: min(three, one)?
(Example: nine)

The Note You're Voting On

Nate Parsons
22 years ago
In case its not completely obvious what Chrigu meant,

You can register a method inside your class by doing the following:

xml_rpc_server_register_methode($xmlrpc_server, "myClientCall", array(&$this, "handleClientCallFunc"));

where $this == the magic class $this. =)

<< Back to user notes page

To Top