Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 243 Bytes

how-to-create-image-from-string.md

File metadata and controls

9 lines (5 loc) · 243 Bytes

How to create image from string

$im = imagecreatefromstring($data);
  • imagecreatefromstring - creates lib:GD image object from given string