blob: 6f5230fffb1c718e1deb7ae22d59a0cbdaed79ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
This PEAR package provides a Virtual File System API, with backends for:
* SQL
* FTP
* Local filesystems
* Hybrid SQL and filesystem
... and more planned. Reading/writing/listing of files are all
supported, and there are both object-based and array-based interfaces
to directory listings.
WWW: http://pear.php.net/package/VFS
|