imagecreatefromxbm

(PHP 4 >= 4.0.1, PHP 5, PHP 7)

imagecreatefromxbm���ļ��� URL ����һ����ͼ��

˵��

imagecreatefromxbm ( string $filename ) : resource

imagecreatefromxbm() ����һͼ���ʶ���������˴Ӹ������ļ���ȡ�õ�ͼ��

Tip

��������fopen ��װ�����ڴ˺����У� URL ����Ϊ�ļ������������ָ���ļ������ fopen()������ wapper �IJ�ͬ������μ� ֧�ֵ�Э��ͷ�װЭ����ע�����÷�������ṩ��Ԥ���������

Warning

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);
?>

ע��

Warning

Windows �汾�� PHP �� 4.3.0 ��֮ǰ��֧��ͨ���˺�������Զ���ļ�����ʹ�Ѿ����� allow_url_fopen.