Forum » » Le coin des codeurs » » PHP - Pb script
Posté : 10 mars 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
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=10510&forum=5