PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Streams » Stream_Var

Allows stream based access to any variable.

This package is unmaintained.

Download latest release 1.2.0 (there is a newer Composer installable version)

License: LGPL

Description

Stream_Var can be registered as a stream with stream_register_wrapper()
and allows stream based acces to variables in any scope.
Arrays are treated as directories, so it is possible to replace
temporary directories and files in your application with variables.

Documentation

Manual

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#2579ClosedBug2004-10-20warning at stream_open()
#4229ClosedBug2005-04-26Stream_Var needs url_stat method
#18678ClosedReqSVN2011-07-21Return false in url_stat for non existing files
#20992ClosedBug1.1.02015-12-11readdir() on array returns only two entries
#20993Wont fixBug1.1.02015-12-11glob() does not work