Files
archived-presentations/slides/php5xml/soap_client.php
Ilia Alshanetsky bc1df0f093 PHP|Works talks.
2004-10-13 14:53:59 +00:00

4 lines
114 B
PHP

<?php
$client = new SoapObject("http://example.com/server.php", "urn:Object");
echo $client->ls("/vmlinuz*");
?>