Ciao,
puoi usare la funzione get_headers
La funzione ti restituirà un array con tutti gli headers ricevuti dal server in risposta a quell'url.Codice PHP:
$headers = get_headers ( $url_immagine ) ;
Ciao,
puoi usare la funzione get_headers
La funzione ti restituirà un array con tutti gli headers ricevuti dal server in risposta a quell'url.Codice PHP:
$headers = get_headers ( $url_immagine ) ;