Class rex_stream

Stream wrapper to include variables like files (php code will be evaluated).

Example:

<?php
  include rex_stream::factory('myContent', '<?php echo "Hello World"; ?>');
?>
Package: redaxo\core
Author: gharlan
See: http://www.php.net/manual/en/class.streamwrapper.php
Located at redaxo/src/core/lib/util/stream.php

Methods summary

public static string
# factory( string $path, string $content )

Prepares a new stream.

public
# stream_open( mixed $path, mixed $mode, mixed $options, mixed & $opened_path )
public
public
public
# stream_seek( mixed $offset, mixed $whence = SEEK_SET )
public
public
public
public