(PHP 4 >= 4.3.2, PHP 5, PHP 7)
Register a URL wrapper implemented as a PHP class
bool stream_wrapper_register ( string $protocol, string $classname [, int $flags = 0 ] )
Allows you to implement your own protocol handlers and streams for use with all the other filesystem functions (such as fopen(), fread() etc.).
Parameters:
protocol
The wrapper name to be registered.