Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
imagecreatefromwbmp
Popis
resource imagecreatefromwbmp ( string filename )imagecreatefromwbmp() returns an image identifier representing the image obtained from the given filename.
imagecreatefromwbmp() 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 WBMP:
Poznámky
Poznámka: Podpora formátu WBMP je k dispozici jen v pÅ™ÃpadÄ›, že bylo PHP zkompilováno s GD-1.8 nebo novÄ›jÅ¡Ã.
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šà |
imagecreatefromstring | Nahoru |