2017年1月18日水曜日

PHP: Base64でエンコードされた画像データを、画像ファイルとして保存

PHPの場合

base64_decode() でバイナリに戻し、それを file_put_contents() で保存



I have a base64 encoded png, how do I write the image to a file in PHP? - Stack Overflow
http://stackoverflow.com/questions/1532993/i-have-a-base64-encoded-png-how-do-i-write-the-image-to-a-file-in-php

0 件のコメント:

コメントを投稿