How do streams affect me?

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

How do streams affect me?

Post by abalfazl »

Hello firends

From Zend PHP certification study guide(chapter 10):

If you have to directly interact with the stream,It will probably be to pass options through to the file warpper via astream context,or to retrieve extra information from the fil wrapper viathe stream's metadata.

May someone make it clearly?

GOOD LUCK
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

did this require a new thread? :?
Post Reply