VFS Stream v0.2.0 Release Notes
Release Date: 2007-12-29 // over 17 years ago-
- moved
vfsStreamWrapper::PROTOCOL
tovfsStream::SCHEME
- added new
vfsStream::url()
method to assist in creating correct vfsStream urls - added
vfsStream::path()
method as opposite tovfsStream::url()
- a call to
vfsStreamWrapper::register()
will now reset the root to null, implemented on request from David Zuelke - added support for
is_readable()
,is_dir()
,is_file()
- added
vfsStream::newFile()
to be able to do$file = vfsStream::newFile("foo.txt")->withContent("bar");
- moved