Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
imagecreatefrompng
Popis
resource imagecreatefrompng ( string filename )imagecreatefrompng() returns an image identifier representing the image obtained from the given filename.
imagecreatefrompng() returns an empty string on failure. It also outputs an error message, which unfortunately displays as a broken link in a browser. To ease debugging the following example will produce an error PNG:
Poznámky
Varovánà |
Verze PHP pro Windows staršà než 4.3.0 nepodporuje pro tuto funkci dálkový pÅ™Ãstup k souborům, a to ani když je aktivnà volba allow_url_fopen. |
PÅ™edcházejÃcà | Domů | Dalšà |
imagecreatefromjpeg | Nahoru |