Which of the following are valid PHP stream transports? (Choose 2)
[4868,4871]
Correct:
--> STDIO
--> stream
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