Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: eight plus one?
(Example: nine)

The Note You're Voting On

Anonymous
22 years ago
Here is an example how to register a class methode:

xml_rpc_server_register_methode($xmlrpc_server, "foo", array(&$bar, "foo_func"));

where $bar is the instance of your class and foo_func a methode of this class. Don't forget the '&'!

hope this may be useful...

Chrigu

<< Back to user notes page

To Top