Unregister a URL wrapper
Syntax
stream_wrapper_unregister ( string $protocol ) : bool
Parameters
protocol
The wrapper name to be unregistered.
Return
Returns TRUE on success or FALSE on failure.
Unregister a URL wrapper
stream_wrapper_unregister ( string $protocol ) : bool
protocol
The wrapper name to be unregistered.
Returns TRUE on success or FALSE on failure.