Forum und email

imagecreatefromxpm

(PHP 4 >= 4.0.1, PHP 5)

imagecreatefromxpm — Create a new image from file or URL

Description

resource imagecreatefromxpm ( string $filename )

imagecreatefromxpm() returns an image identifier representing the image obtained from the given filename.

Tip

如果 fopen wrappers 已啟動,則可藉此函數把檔名當成URL使用。參考 fopen() 有更多關於如何指定檔名的細節和List of Supported Protocols/Wrappers支援URL協定的列表。

Parameters

filename

Path to the XPM image

Return Values

Returns an image resource identifier on success, FALSE on errors.

Return Values

Note: This function is only available if PHP is compiled with the bundled version of the GD library.

Warning

PHP 4.3.0 之前的 Windows PHP版本不支援由此函數存取遠端檔案,即使啟動allow_url_fopen選項。