mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
4 lines
114 B
PHP
4 lines
114 B
PHP
<?php
|
|
$client = new SoapObject("http://example.com/server.php", "urn:Object");
|
|
echo $client->ls("/vmlinuz*");
|
|
?>
|