X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Ffilebackend%2FREADME;h=c06f6fc73492b4cd73e9b8c5fe54581974c71c45;hb=dcdb8e463e3b2be121c61c91df13ea36d270a602;hp=6ab5481048090d4feb8843f038cc4ec2cc75c9df;hpb=2b69c9525bcf75ad0ea203d4256cfef9e3d6fd40;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