stream_wrapper_unregister(3) php man page | unix.com

Man Page: stream_wrapper_unregister

Operating Environment: php

Section: 3

STREAM_WRAPPER_UNREGISTER(3)						 1					      STREAM_WRAPPER_UNREGISTER(3)

stream_wrapper_unregister - Unregister a URL wrapper

SYNOPSIS
bool stream_wrapper_unregister (string $protocol)
DESCRIPTION
Allows you to disable an already defined stream wrapper. Once the wrapper has been disabled you may override it with a user-defined wrap- per using stream_wrapper_register(3) or reenable it later on with stream_wrapper_restore(3).
PARAMETERS
o $protocol -
RETURN VALUES
Returns TRUE on success or FALSE on failure. PHP Documentation Group STREAM_WRAPPER_UNREGISTER(3)
Related Man Pages
stream_wrapper_register(3) - php
ldap_get_option(3) - php
setrawcookie(3) - php
stream_context_set_params(3) - php
stream_set_blocking(3) - php
Similar Topics in the Unix Linux Community
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch