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
ldap_get_option(3) - php
session_unregister(3) - php
setrawcookie(3) - php
stream_context_set_params(3) - php
wincache_ucache_dec(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)