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

stream_wrapper_restore

Description

The stream_wrapper_restore of Stream for PHP restores a previously unregistered built-in wrapper.

Syntax

stream_wrapper_restore ( string $protocol ) : bool

Parameters

protocol

The wrapper name to be restored.

Return

Returns TRUE on success or FALSE on failure.

HomeMenu