Home  >  Article  >  Backend Development  >  PHP uses base64 encryption and decryption image example sharing_PHP tutorial

PHP uses base64 encryption and decryption image example sharing_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:40:241209browse

$img=base64_decode($data); echo $img;

?>




http://www.bkjia.com/PHPjc/718632.html

www.bkjia.com

true


http: //www.bkjia.com/PHPjc/718632.html

TechArticle复制代码 代码如下: ?php //文件名:base64.php $data="/9j/4AAQSkZJRgABAQAAAQABAAD/ 2wCEABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2...


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Three examples of php parsing url_PHP tutorialNext article:Three examples of php parsing url_PHP tutorial

Related articles

See more