imagecreatefromxbm
(PHP 4 >= 4.0.1, PHP 5)
imagecreatefromxbm — Create a new image from file or URL
Popis
resource imagecreatefromxbm ( string $filename )imagecreatefromxbm() returns an image identifier representing the image obtained from the given filename.
Tip
S touto funkcí můžete používat URL jako název souboru, pokud je zapnuta volba "fopen wrappers". Pro více detailů o tom, jak specifikovat název souboru, a N – „List of Supported Protocols/Wrappers“pro seznam porporovaných URL protokolů, viz fopen().
Varování
Verze PHP pro Windows starší než 4.3.0 nepodporuje pro tuto funkci dálkový přístup k souborům, a to ani když je aktivní volba allow_url_fopen.
Seznam parametrů
- filename
Path to the XBM image
Návratové hodnoty
Returns an image resource identifier on success, FALSE on errors.
imagecreatefromxbm
There are no user contributed notes for this page.
