Stream and Network Programming Question 2

12 views
Skip to first unread message

Dan Kelly

unread,
Jul 22, 2011, 8:35:42 AM7/22/11
to Zend Certification Study Group
What function can you use to create your own streams using the PHP
stream wrappers and
register them within PHP?

Your Answer: ______________________

sealtrip

unread,
Jul 25, 2011, 5:02:25 AM7/25/11
to zend-certificat...@googlegroups.com
stream wrapper register

Dan Kelly

unread,
Jul 25, 2011, 7:35:17 AM7/25/11
to Zend Certification Study Group
The stream_wrapper_register function is used to register a user-
defined file wrapper (created
as a PHP class) as a valid wrapper protocol. It takes two parameters,
the name of the new
protocol and a class name implementing it.
Reply all
Reply to author
Forward
0 new messages