Gen. partnerAlgotech

PHP funkce stream_wrapper_register()

Register a URL wrapper implemented as a PHP class

|
11. září 2019

Dostupnost ve verzích: PHP 4.3.2

Register a URL wrapper implemented as a PHP class

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$protocol string není The wrapper name to be registered.
$classname string není 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

vrátí true v případě úspěchu, jinak false v případě neúspěchu.

stream_wrapper_register will return false if the protocol already has a handler.

Další zdroje

Oficiální dokumentace funkce stream-wrapper-register

Načítání komentářů...

Zůstaňte v obraze

Přihlaste se k odběru našeho newsletteru a získejte nejnovější informace o kybernetické bezpečnosti přímo do vaší e-mailové schránky.

Vaše údaje jsou v bezpečí. Newsletter můžete kdykoliv odhlásit.