Availability in versions: `PHP 4.3.2`
Register a URL wrapper implemented as a PHP class
Parameter | Data type | Default value | Note |
---|---|---|---|
$protocol |
string |
not | The wrapper name to be registered. |
$classname |
string |
not | The classname which implements the protocol. |
$flags |
int |
null | Should be set to STREAM_IS_URL if protocol is a URL protocol. Default is 0, local stream. |
bool
Returns true
on success, otherwise false
on failure.
stream_wrapper_register will return false if the protocol already has a handler.
Official stream-wrapper-register documentation
Jan Barášek Více o autorovi
Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.
Rád vám pomůžu:
Články píše Jan Barášek © 2009-2024 | Kontakt | Mapa webu
Status | Aktualizováno: ... | en