Hey Wez, I wonder if it is possible to set options after a stream has been opened. Something like:
$fp = fopen ("crypt.des://secretfile.des", "r");
stream_option ($fp, "key", "very secret key");
And if it's there, is there an example in the source of it?
regards,
Derick
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
