Fichier ouvert de miniature de développement PHP

<?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);
?>

Semblable à avant, ouvrez l'image, transmettez l'image pour obtenir les informations sur l'image, puis créez une image identique dans la mémoire. coexister.

Formation continue
||
<?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); ?>
soumettreRéinitialiser le code
  • Recommandations de cours
  • Téléchargement du didacticiel