developpeur 24581
| Posté : 10-03-2004 17:04
{ <=== c'est quoi
if (file_exists($pf_fichierLog_loc))
{ $handler = fopen($pf_fichierLog_loc,"r+");
print "Le fichier $pf_fichierLog_loc existe";
}
else { print "Le fichier $pf_fichierLog_loc n'existe pas";
}
return $handler;
{ <=== c'est quoi
fclose( $pf_fichierLog_loc);
} <=== c'est quoi
la syntaxe php est pas top à mon sens
|