PHP » GoLang |
login |
register |
about
|
GoLang getimagesizefromstring
request it (329)
GoLang replacement for PHP's getimagesizefromstring
[edit | history]
getimagesizefromstring(PHP 5 >= 5.4.0, PHP 7) getimagesizefromstring — Get the size of an image from a string Description
array getimagesizefromstring
( string
$imagedata
[, array &$imageinfo
] )Identical to getimagesize() except that getimagesizefromstring() accepts a string instead of a file name as the first parameter. See the getimagesize() documentation for details on how this function works. Parameters
Return ValuesSee getimagesize(). Examples
Example #1 getimagesizefromstring() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|