Classes
Buffer
Generic Buffer stream handler
This class provides a generic buffer stream. It can be used to store/retrieve/manipulate
string buffers with the standard PHP filesystem I/O methods.
« More » Helper
File system helper
Holds support functions for the filesystem, particularly the stream
« More » Stream
Joomla! Stream Interface
The Joomla! stream interface is designed to handle files as streams
where as the legacy JFile static class treated files in a rather
atomic manner.
This class adheres to the stream wrapper operations:
« More » Classes
Classes
Classes
StringWrapper
String Stream Wrapper
This class allows you to use a PHP string in the same way that you would normally use a regular stream wrapper
« More »