|
||||||||
|
|
file_get_contentsBeschreibungstring file_get_contents ( string filename [, int use_include_path [, resource context]])Diese Funktion ist mit file() identisch, außer dass file_get_contents() die Datei in einem String zurückgibt. file_get_contents() ist die bevorzugte Methode, um die Inhalte einer Datei in einen String einzulesen. Falls von Ihrem Betriebssystem unterstützt, verwendet es Memory Mapping Techniken, um die Performance zu erhöhen.
Siehe auch: fgets(), file(), fread(), include() und readfile().
| |||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "PHP Handbuch". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |