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.

Poznámka: Táto funkcia je dostupná iba ak je PHP kompilované s pribalenou verziou GD knižnice.

Tip: Môžete použiť URL ako názov súboru s touto funkciou ak boli fopen wrappery povolené. Pozri fopen() pre viac detailov ako určiť názov súboru a Dodatok L pre zoznam podporovaných URL protokolov.

Varovanie

Windows verzie PHP staršie než PHP 4.3.0 nepodporujú pristupovanie k vzdialeným súborom cez túto funkciu, aj keď je allow_url_fopen povolená.