<?php /*打开图片*/ $src = "https://img.php.cn/upload/course/000/000/004/581454f755fb1195.jpg"; $info = getimagesize($src); $type = image_type_to_extension($info[2],false); $fun = "imagecreatefrom{$type}"; $image = $fun($src); ?>
전과 비슷하게 이미지를 열고 이미지 정보를 전달하기 위해 이미지를 전달한 후 메모리에 동일한 이미지를 생성합니다. 공존하다.
다음 섹션