Home > Backend Development > PHP Tutorial > 调用php函数画图问题题题

调用php函数画图问题题题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-02 11:30:59
Original
836 people have browsed it

php

代码如下

<code> <?php $im = imagecreatetruecolor(100, 30);        header("Content-type:image/jpeg");    imagejpeg($im);?></code>
Copy after login

这是浏览器输出结果图片说明这是phpinfo的输出图片说明
求解各位大神

Related labels:
php
Statement of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template