mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
16 lines
342 B
XML
16 lines
342 B
XML
<slide title="XMLRPC">
|
|
|
|
<break />
|
|
|
|
<blurb fontsize="3em">
|
|
XMLRPC allows a computer to execute functions and class methods on another computer with any given
|
|
arguments.
|
|
</blurb>
|
|
|
|
<image filename="xmlrpc.jpg" align="center" />
|
|
|
|
<blurb fontsize="3em">
|
|
Primarily uses HTTP for transporting requests that are encoded using XML.
|
|
</blurb>
|
|
|
|
</slide> |