File wrapper

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
abalfazl
Forum Commoner
Posts: 71
Joined: Mon Sep 05, 2005 10:05 pm

File wrapper

Post by abalfazl »

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
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

Post by Skara »

What are file wrappers?
File 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.
http://www.zend.com/manual/wrappers.php
Post Reply