|
Stud.IP
jlu_3.3 Revision
|


Public Member Functions | |
| delete () | |
| exists () | |
| getCreationTime () | |
| getId () | |
| getMimeType () | |
| getModificationTime () | |
| getSize () | |
| isReadable () | |
| isWritable () | |
| open ($mode) | |
Common interface for all backends to store files. At the moment, there is only one backend: DiskFileStorage.
Copyright (c) 2013 Elmar Ludwig
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
| delete | ( | ) |
Delete this file from disk.
Implemented in DiskFileStorage.
| exists | ( | ) |
| getCreationTime | ( | ) |
| getId | ( | ) |
| getMimeType | ( | ) |
Return the file's mime type, if known.
| getModificationTime | ( | ) |
| getSize | ( | ) |
| isReadable | ( | ) |
| isWritable | ( | ) |
| open | ( | $mode | ) |
Open a PHP stream resource for this file. Access mode parameter works just like fopen.
| string | $mode | access mode (see fopen) |
Implemented in DiskFileStorage.