imagecreatefrombmp

imagecreatefrombmp

(PHP 7 >= 7.2.0)

imagecreatefrombmpCreate a new image from file or URL

Description

resource imagecreatefrombmp ( string $filename )

imagecreatefrombmp() returns an image identifier representing the image obtained from the given filename.

Tip

A URL can be used as a filename with this function if the fopen wrappers have been enabled