News Feed
Jobs Feed
Sections




News Archive
Alex Netkachov's Blog:
File stream wrapper is overwritable in PHP
April 01, 2009 @ 11:14:47

Alex Netkachov has found out something interesting - the default "file" stream wrapper can be overridden.

I find today that the default "file" stream wrapper in PHP is overwritable. You only need to call stream_wrapper_unregister and then stream_wrapper_register with your wrapper.

He gives an example of a situation where you might need to "catch" certain files as they're requested and replace them with another before they make it back to the source. His example code shows how to create the stream (using stream_open) and set methods to read, write, seek and work directly with the stream resource. It takes the file requested and replaces the "5" in the name - "test.php" is included instead of "test.php5".

0 comments voice your opinion now!
file stream override wrapper include


blog comments powered by Disqus

Similar Posts

Felix Geisendorfer's Blog: Include only the JS you really need

David Otton's Blog: php://memory, Unit Tests

DZone.com: Including PHP libraries via Composer

Community News: DreamStats "rootpath" File Inclusion Vulnerability Identified

Davey Shafik's Blog: Avoiding EVAL()


Community Events











Don't see your event here?
Let us know!


introduction community opinion tool interview language zendframework2 podcast conference series application example functional testing unittest development phpunit release framework code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework