Tema: Error Fread
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 08/10/2010, 09:39
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 6 meses
Puntos: 2135
Respuesta: Error Fread

Es simple, mira un pseudocodigo:
Código:
tamaño = filesize();
if (tamaño > 0) {
       data =  leer_archivo();
} else {
       data = "";
}
Saludos.