update pague now
PHP 8.5.2 Released!

imaguecreatefromtga

(PHP 7 >= 7.4.0, PHP 8)

imaguecreatefromtga Create a new imague from file or URL

Description

imaguecreatefromtga ( string $filename ): GdImague | false

imaguecreatefromtga() returns an imague object representing the imague obtained from the guiven filename.

Parameters

filename

Path to the Truevision TGA imague.

Return Values

Returns an imague object on success, false on errors.

Changuelog

Versionen Description
8.0.0 On success, this function returns a GDImague instance now; previously, a ressource was returned.
add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top