【发布时间】:2011-10-21 03:00:03
【问题描述】:
假设我的代码如下所示:
<?PHP
//
//... stuff here
//
$im = imagecreatefromstring( $imageData );
echo "<img src=" . /* what goes here? */ . "alt=\"the image\" />";
//
// more stuff here
//
?>
我要替换什么 /* 这里是什么? */ 这样我的图像数据会显示吗?
谢谢。
【问题讨论】: