画像ストリームコードを読み取る
<?php@ header("Content-Type:image/png");$imagespath = $_GET['imagespath'];$vms_ini_path=dirname(dirname(dirname(dirname(__FILE__)))).'\vms.ini';//vms.ini文件绝对路径$ini_array = parse_ini_file($vms_ini_path);$imagespath = $ini_array['CAPTURE_PATHNAME'].$imagespath;echo file_get_contents($imagespath);function isExist($path){ if (!is_dir($path)){ return false; }else{ return true; }}//声明需要创建的图层的图片格式//@ header("Content-Type:image/png");//echo file_get_contents("C:\VMS_CAPTURE\hulu.png");?>
<img alt="JS相册特效" src="<?php echo "photop_api.php?imagespath=".$imagesarray[$i]?>" onload="scaleImage(this,99,75)" alt=""/>
著作権ステートメント:この記事はブログです。これはオリジナルの記事であり、ブロガーの許可。