Stream and Network programming in PHP
Posted: Sat Sep 24, 2005 1:36 pm
Hello firends
From Zend PHP certification study guide(chapter 10):
Streams are the way that PHP handles access to and from files and network services.
Streams are made up from a number of smaller components.Each stream has a transport.Perhaps a file wrapper,one or two pipelines,and perhaps a context.PHP also maintains metadata about the stream.
What is stream context?What is stream metadata?What do pipelines do?
May someone give example about that?
GOOD LUCK
From Zend PHP certification study guide(chapter 10):
Streams are the way that PHP handles access to and from files and network services.
Streams are made up from a number of smaller components.Each stream has a transport.Perhaps a file wrapper,one or two pipelines,and perhaps a context.PHP also maintains metadata about the stream.
What is stream context?What is stream metadata?What do pipelines do?
May someone give example about that?
GOOD LUCK