php base64图片保存

function base64_image_content($base64_image_content,$path){ //匹配出图片的格式 if (preg_match('/^(data:\s*image\/(\w+);base64,)/', $base64_image_content, $result)){ $type = $result[2]; ...
posted @ 2018-11-17 10:20  子焱  阅读(1888)  评论(0编辑  收藏  举报