Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
finfo_file
Popis
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.
Seznam parametrů
finfo
Fileinfo resource returned by finfo_open().
file_name
Name of a file to be checked.
options
One or disjunction of more Fileinfo constants.
context
For a description of contexts, refer to Stream Functions.
Návratové hodnoty
Returns a textual description of the contents of the
filename
argument, or FALSE if an error occurred.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
finfo_close | Nahoru |