X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ffilebackend%2FREADME;h=c06f6fc73492b4cd73e9b8c5fe54581974c71c45;hb=ad32a557fc1260206986fb81c5f1005d132943a5;hp=6ab5481048090d4feb8843f038cc4ec2cc75c9df;hpb=b3e457400b48d58725a6a49eb0678743ee646f81;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filebackend/README b/includes/filebackend/README index 6ab5481048..c06f6fc734 100644 --- a/includes/filebackend/README +++ b/includes/filebackend/README @@ -47,11 +47,11 @@ directories. See FileBackend.php for full documentation for each function. The following basic operations are supported for reading from a backend: On files: -* state a file for basic information (timestamp, size) +* stat a file for basic information (timestamp, size) * read a file into a string or several files into a map of path names to strings * download a file or set of files to a temporary file (on a mounted file system) * get the SHA1 hash of a file -* get various properties of a file (stat information, content time, mime information, ...) +* get various properties of a file (stat information, content time, MIME information, ...) On directories: * get a list of files directly under a directory