Re: [PHP-DEV] Getting an external param into a userspace streams filter...
[email protected] (David Brown)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Feb 27, 2003 at 09:40:15AM -0500, David Brown wrote:
| Hi Wez, everyone:
|
| Is there (or will there ever be) a good way to transmit an extra
| parameter into a php_user_filter around the time that oncreate() is
| called? I've run into a couple cases where it'd be incredibly useful
| (e.g. for filters that don't modify the stream, but do have
| side-effects).
bool stream_filter_append
( resource stream, string filtername [, string params])
^^^^^^^^^^^^^^^
Nevermind. Seems I can't read this morning. Sorry about that.
- Dave
[email protected]