The content of the stream.

Since this trivial example just uses the $_SESSION variable, this is simply a reference to the contents of the related part of $_SESSION['file_example'].

File

modules/examples/file_example/file_example_session_streams.inc, line 65
Provides a demonstration session:// stream-wrapper.

Class

FileExampleSessionStreamWrapper
Example stream wrapper class to handle session:// streams.

Code

protected $sessionContent;