11 lines
231 B
PHP
11 lines
231 B
PHP
#!/usr/bin/php -c/var/www/batch/config/php_batch_sd.ini
|
|
<?
|
|
|
|
ini_set('soap.wsdl_cache_enabled', 0);
|
|
|
|
$client = new SoapClient('http://saulnier.scores-decisions.com/afnic/?wsdl');
|
|
|
|
print_r($client->__getFunctions());
|
|
|
|
?>
|