Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

stream_wrapper_unregister

Description

The stream_wrapper_unregister Stream for PHP unregister a URL wrapper.

Syntax

stream_wrapper_unregister ( string $protocol ) : bool

Parameters

protocol

The wrapper name to be unregistered.

Return

Returns TRUE on success or FALSE on failure.

HomeMenu