finfo_file
Opis
string finfo_file ( resource finfo, string file_name [, int options [, resource context]] )class finfo {
string file ( string file_name [, int options [, resource context]] )
}
This function is used to get information about a file.
Parametry
finfoFileinfo resource returned by finfo_open().
file_nameName of a file to be checked.
optionsOne or disjunction of more Fileinfo constants.
contextFor a description of contexts, refer to Materiały źródłowe CLVIII, Stream Functions.
Zwracane wartości
Returns a textual description of the contents of the
filename argument, or FALSE if an error occurred.
Przykłady