By calling stream_wrapper_register() and defining a class to handle stream operations
Correct:
By calling stream_wrapper_register() and defining a class to handle stream operations
Answer A is correct. The stream_wrapper_register function is used to register a new stream wrapper; it accepts the name of a class that will be used to control the stream’s functionality.