stream_register_wrapper

stream_register_wrapper -- Register a URL wrapper implemented as a PHP class

Description

boolean stream_register_wrapper ( string protocol, string classname)

boolean stream_open ( string path, string mode, int options, string opened_path)



void stream_close ( void )

string stream_read ( int count)

int stream_write ( string data)

boolean stream_eof ( void )

int stream_tell ( void )

boolean stream_seek ( int offset, int whence)

boolean stream_flush ( void )

Příklad 1 .