Home > Q&A > body text
我后台收到了字符串,解析成图片的时候,如何判断图片的原来的格式?
PHPz2017-04-18 09:19:53
Convert the image to base64 encoding. The type of the file will be indicated at the beginning, such as the data:image/image type mentioned above.
PHP中文网2017-04-18 09:19:53
data:image/png;base64,
Don’t they all have heads similar to this?