stream_eof()
stream_open()
stream_read()
stream_seek()
stream_stat()
stream_tell()
url_stat()
$data
$pos
$stat
Stream wrapper to convert markup of mostly-PHP templates into PHP prior to include().
Based in large part on the example at http://www.php.net/manual/en/function.stream-wrapper-register.php
As well as the example provided at: http://mikenaberezny.com/2006/02/19/symphony-templates-ruby-erb/ written by Mike Naberezny (@link http://mikenaberezny.com) Paul M. Jones (@link http://paul-m-jones.com)
stream_eof() : bool
bool
stream_open(string $path, $mode, $options, $opened_path) : bool
string
bool
stream_read(int $count) : string
int
string
stream_seek($offset, $whence) : bool
bool
stream_stat() : array
array
stream_tell() : int
int
url_stat() : array
array
$data : string
$pos : int
$stat : array