imagecreatefromgd2part

(PHP 4 >= 4.1.0, PHP 5)

imagecreatefromgd2part -- Create a new image from a given part of GD2 file or URL

Description

resource imagecreatefromgd2part ( string filename, int srcX, int srcY, int width, int height )

Varoitus

T�m� on toistaiseksi dokumentoimaton funktio; ainoastaan parametrilistaus on saatavilla.

Huomaa: This function requires GD 2.0.1 or later.

Vihje: T�m�n funktion kanssa voit k�ytt�� my�s URLia tiedostonimen sijaan jos "fopen wrappers" on kytketty p��lle. Katso funktiosta fopen() lis�tietoa tuetuista URL-protokollista ja siit� kuinka tiedoston nimi m��ritell��n Liite L.

Varoitus

Windows versions of PHP prior to PHP 4.3.0 do not support accessing remote files via this function, even if allow_url_fopen is enabled.