You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zend-certificat...@googlegroups.com
stream wrapper register
Dan Kelly
unread,
Jul 25, 2011, 7:35:17 AM7/25/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.