Creating an XMLRPC client using xmlrpc-epi in PHP?

I have xmlrpc-epi installed on my Apache server and I need to use it to connect to the XMLRPC server. What should I do - is there anything I need to download and / or install on my server in addition to xmlprc-api?

xmlrpc core library version xmlrpc-epi v. 0.51 php extension version 0.51 author Dan Libby homepage http://xmlrpc-epi.sourceforge.net open sourced by Epinions.com 

I was unable to find relevant code examples that clearly indicated how to create a connection.

+4
source share
1 answer

Here is one example with xmlrpc-epi: http://www.php.net/manual/en/ref.xmlrpc.php#40176

+1
source

Source: https://habr.com/ru/post/1345914/


All Articles