“Existe el archivo PHP” Código de respuesta

Existe el archivo PHP

<?php
$filename = '/path/to/foo.txt';

if (file_exists($filename)) {
    echo "The file $filename exists";
} else {
    echo "The file $filename does not exist";
}
?>
The Red-est of Firebreaks

Php verifique si existe el archivo

if (!file_exists('http://mysite.com/images/thumbnail_1286954822.jpg')) {   
$filefound = '0';                         
}
Mobile Star

Respuestas similares a “Existe el archivo PHP”

Preguntas similares a “Existe el archivo PHP”

Más respuestas relacionadas con “Existe el archivo PHP” en PHP

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código