#!/usr/bin/php -c/var/www/batch/config/php_batch_sd.ini
records as $record){
print_r($record->shp_data); // All the data related to the poligon
print_r($record->dbf_data); // The alphanumeric information related to the figure
echo "===================".EOL;
}
die();
$dateTime=date('YmdHis');
$strInfoScript='Usage : '.basename($argv[0]). " [OPTION]
Récuperer les logos non encore en base.
Options :
-b Rechercher les logo via Bing
-v Mode bavard ou debug
(*) Option par défaut si aucun argument n'est passé.
";
$bing=$modeDebug=false;
$iReprise=0;
for ($i=1; isset($argv[$i]); $i++) {
if (substr($argv[$i],0,1)=='-') {
switch (strtolower(substr($argv[$i],1,1))) {
case 'b': $bing=true; break;
case 'v': $modeDebug=true; break;
case '-':
case '?': die($strInfoScript); break;
default: die('Option '. $argv[$i] . ' inconnue !'.EOL); break;
}
}
}
if ($modeDebug)
echo date('Y/m/d - H:i:s') ." - DEBUT du programme de récupération des Logos...".EOL;
$iDb=new WDB('telephonie');
$referer='';
$url="http://www.annuaire.com/dernieres-societes-inscrites/";
$tDeb=microtime(true);
$page=getUrl($url, '', '', $referer, false, '', '', 60);
$duree=round(microtime(true)-$tDeb,3);
$body=$page['body'];
$taille=round(strlen($body)/1024,1);
/*