PHP » GoLang |
login |
register |
about
|
GoLang imagecreatefromstring
request it (261)
GoLang replacement for PHP's imagecreatefromstring
[edit | history]
imagecreatefromstring(PHP 4 >= 4.0.4, PHP 5, PHP 7) imagecreatefromstring — Create a new image from the image stream in the string Description
resource imagecreatefromstring
( string
$image
)
imagecreatefromstring() returns an image identifier
representing the image obtained from the given Parameters
Return Values
An image resource will be returned on success. Errors/Exceptionsimagecreatefromstring() raises an E_WARNING level error, if the data is not in a recognized format. Examples
Example #1 imagecreatefromstring() example
<?php The above example will output something similar to: See Also
|
more
Recently updated
more
Most requested
more
Last requests
|