php PHP Image出力(file_get_contents)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php PHP Image出力(file_get_contents)相关的知识,希望对你有一定的参考价值。

<?php
header('Content-Type: image/png');
$src = 'https://cdn.pixabay.com/photo/2013/07/13/11/54/abstract-158917_960_720.png';
echo file_get_contents($src);
?>

以上是关于php PHP Image出力(file_get_contents)的主要内容,如果未能解决你的问题,请参考以下文章

php PHP图像出力(CURL)

php PHPで日本の祝日や振替休日を出力

php Laravelエラー,ログ出力

php 人気な记事一覧を出力

php リンクなしタグの出力

我在php页面定义了一个数组,现在想点击一个按钮,把数组里的内容出力到文件,怎