imagecreatefromxbm
(PHP 4 >= 4.0.1, PHP 5)
imagecreatefromxbm — Create a new image from file or URL
Description
resource imagecreatefromxbm
( string $filename
)
WarningWindows versions of PHP
prior to PHP 4.3.0 do not support access of remote files via this function,
even if allow_url_fopen is enabled.
Parameters
-
filename
-
Path to the XBM image.
Return Values
Returns an image resource identifier on success, FALSE on errors.