stream_register_filter

stream_register_filter -- Register a stream filter implemented as a PHP class derived from php_user_filter

Description

boolean stream_register_filter ( string filtername, string classname)

int write ( string data)

Nota :






string read ( int maxlength)

int flush ( bool closing)

void oncreate ( void)

void onclose ( void)

Ejemplo 1 .