|
|||||||
|
|
file_get_contentsDescriptionstring file_get_contents ( string filename [, bool use_include_path [, resource context]])Simile alla funzione file(), tranne che file_get_contents() restituisce il file in una stringa. Se si verifica un errore file_get_contents() restituirā FALSE La funzione file_get_contents() č la via preferenziale per leggere il contenuto di un file in una stringa. La funzione utilizza tecniche di mappatura della memoria, se sono supportate dal sistema operativo, per ottimizzare le prestazioni.
Vedere anche: fgets(), file(), fread(), include() e readfile(). | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Manuale PHP". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |