(PHP 4 >= 4.0.1, PHP 5, PHP 7)
imagecreatefromxbm — ���ļ��� URL ����һ����ͼ��
$filename
) : resourceimagecreatefromxbm() ����һͼ���ʶ���������˴Ӹ������ļ���ȡ�õ�ͼ��
��������fopen ��װ�����ڴ˺����У� URL ����Ϊ�ļ������������ָ���ļ������ fopen()������ wapper �IJ�ͬ������μ� ֧�ֵ�Э��ͷ�װЭ����ע�����÷�������ṩ��Ԥ���������
Windows �汾�� PHP �� 4.3.0 ��֮ǰ��֧��ͨ���˺�������Զ���ļ�����ʹ�Ѿ����� allow_url_fopen.
filename
Path to the XBM image.
�ɹ���ͼ����Դ,ʧ�ܺ� FALSE
��
Example #1 Convert an XBM image to a png image using imagecreatefromxbm()
<?php
// Load the xbm file
$xbm = imagecreatefromxbm('./example.xbm');
// Convert it to a png file
imagepng($xbm, './example.png');
imagedestroy($xbm);
?>
Windows �汾�� PHP �� 4.3.0 ��֮ǰ��֧��ͨ���˺�������Զ���ļ�����ʹ�Ѿ����� allow_url_fopen.