Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
php_register_url_stream_wrapper
Description
int php_register_url_stream_wrapper ( char * protocol, php_stream_wrapper * wrapper, TSRMLS_DC )
php_register_url_stream_wrapper() registers wrapper
as the handler for the protocol specified by protocol
.
Poznámka: If you call this function from a loadable module, you *MUST* call php_unregister_url_stream_wrapper() in your module shutdown function, otherwise PHP will crash.
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
php_stream_passthru | Nahoru |