PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

imagecreatefromgif> <imagecreatefromgd2part
Last updated: Fri, 22 Aug 2008

view this page in

imagecreatefromgd

(PHP 4 >= 4.0.7, PHP 5)

imagecreatefromgdCreate a new image from GD file or URL

Descripción

resource imagecreatefromgd ( string $filename )

Create a new image from GD file or URL.

Tip

Puede usar una URL como nombre de archivo con esta función si los fopen wrappers han sido activados. Consulte fopen() para más detalles sobre cómo especificar el nombre de fichero y Lista de Protocolos/Envolturas Soportadas una lista de protocolos URL soportados

Lista de parámetros

filename

Path to the GD file.

Valores retornados

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

Notes

Warning

Versiones de PHP para Windows anteriores a 4.3.0, no soportan el acceso remoto a archivos para esta función, no funcionará ni activando siquiera allow_url_fopen.



add a note add a note User Contributed Notes
imagecreatefromgd
There are no user contributed notes for this page.

imagecreatefromgif> <imagecreatefromgd2part
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites