Forum » » Le coin des codeurs » » [Résolu] - image
Posté : 28 sept. 2004 à 10:37
function img_extractor($url){
$fichier = file($url);
$chaine = implode("", $fichier);
return img_extractor_string($chaine);
}
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=12098&forum=5