This post is a final review on Zend PHP5 Certification Exam of php’s Streams and Networks feature. Since for php, any file operations are also considered as stream manipulation, this post includes the well-known php file manipulation functions as well as some points on file system aspect. Streams functionality on networks, such as sockets also mentioned. Streams seem very important in the Exam, so you maybe watch out this topic carefully. (more…)
PHP, CSS, Ajax, webdevelop and everything else.
6 January 2008
last comments
Refrigerator
>which of the following are not true about streams? ... In this question in mock test need to choose 2 answers, so ...
>which of the following are not true about streams? ... In this question in mock test need to choose 2 answers, so ...
Amit Verma
For those who just want to check if a file is available for locking and return immediately (without blocking), use ...
For those who just want to check if a file is available for locking and return immediately (without blocking), use ...
Naveen
The answer to "How can one take advantage of the time waiting for a lock during a stream access, to ...
The answer to "How can one take advantage of the time waiting for a lock during a stream access, to ...
Jagat
Hi, Thanks A Lot For The Tutorial.
Hi, Thanks A Lot For The Tutorial.
David Adam
1: flock_lazy() does not exist. 2. unlogical. 3.Please read the question again! 4. seems good. 5.LOCK_WAIT does not exist. Therefore, the answer is 4. I ...
1: flock_lazy() does not exist. 2. unlogical. 3.Please read the question again! 4. seems good. 5.LOCK_WAIT does not exist. Therefore, the answer is 4. I ...


