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:
Замечание: WBMP support is only available if PHP was compiled against GD-1.8 or later.
Подсказка: Для этой функции вы можете использовать URL в качестве имени файла, если была включена опция "fopen wrappers". За более подробной информацией обратитесь к описанию функции fopen().
Внимание |
В настоящее время версия PHP для Windows не поддерживает возможность использования удаленных файлов этой функцией даже в том случае, если включена опция allow_url_fopen. |
Пред. | Начало | След. |
imagecreatefromstring | Уровень выше | imagecreatefromxbm |