Hello firends
From Zend PHP certification study guide(chapter 10):
File wrappers are pieces of code that PHP uses to read from and write to different types pf flies
They are part of PHP's Streams architecture.
What are file wrappers?May someone give me an example that How php use them?
GOOD LUCK
File wrapper
Moderator: General Moderators
What are file wrappers?
http://www.zend.com/manual/wrappers.phpFile wrappers are pieces of code that PHP uses to read from and write to different types of files. They are part of PHP's Streams architecture.