php输出图片

WBOY
WBOYOriginal
2016-06-20 12:36:42780browse

两种方式:

1).echo 'php输出图片';



2).

$img = file_get_contents('http://localhost/zouTest/800.jpg');

header('Content-type: image/jpeg');

echo $img;


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