imagecreatefromxbm() returns an image identifier
representing the image obtained from the given filename.
Warning: Windows versions of PHP
prior to PHP 4.3.0 do not support accessing 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.