Forum und email

imagecreatefromgd2

(PHP 4 >= 4.0.7, PHP 5)

imagecreatefromgd2 — Create a new image from GD2 file or URL

說明

resource imagecreatefromgd2 ( string $filename )
Warning

此函式目前沒有參考文件;只有引數列表。

Tip

如果「fopen wrappers」已經被啟用,則在本函式中可以把 URL 作為檔案名來使用。請參閱 fopen() 函式來獲取如何指定文件名的詳情以及支援 URL 協定列表:List of Supported Protocols/Wrappers

參數

filename

註釋

Note: 本函式需要 GD 2.0.1 或更高版本(推薦 2.0.28 及更高版本)。

Warning

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