pipeline
Posted: Sat Sep 24, 2005 1:32 pm
Hello
From Zend PHP certification study guide(chapter 10):
Data in a stream flows along one of two pipelines:
Data sent down a stream from your php script to the destination file or network server flows down the write pipeline.
Data retrieved from the file or network server flows up the read pipeline.
What is the pipeline?
May someone explain about this mechanism?
GOOD LUCK
From Zend PHP certification study guide(chapter 10):
Data in a stream flows along one of two pipelines:
Data sent down a stream from your php script to the destination file or network server flows down the write pipeline.
Data retrieved from the file or network server flows up the read pipeline.
What is the pipeline?
May someone explain about this mechanism?
GOOD LUCK