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
Which of the following are valid PHP stream transports? (Choose 2)
A. http
B. STDIO
C. ftp
D. STDOUT
E. stream
sealtrip
unread,
Jul 25, 2011, 5:10:02 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
B. STDIO - had to lookup
Dan Kelly
unread,
Jul 25, 2011, 7:35:53 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 correct answers are B and E. PHP only supports these two stream
transports (STDIO for
local operations and stream for remote operations) and will select the
appropriate one
automatically depending on the type of stream being created.