All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
图片直读代码_[PHP教程]

Writer: 归海一刀 Article type: Programming skills(编程技巧) Time: 2014/2/10 6:52:26 Browse times: 449 Comment times: 0

图片直读代码_[PHP教程]


Head photo

Go homepage
Upload pictures
Write articles

图片直读代码_[PHP教程]

保存为index.php放在你的图片目录里面

PHP源码:

imgtype=array(bmp,jpg,jpeg,png,gif);
/****************************************************/
imgtype_count=count(imgtype);
path=".";
handle=opendir(path);
while (file = readdir(handle)){

if (is_dir(file)) {continue;}
type = explode(".",file);
type = type[1];

for(i=0;iif(type==imgtype[i]){echo"150) {this.height=150;this.width=150*this.width/this.height;}\">\n";}
}
}
closedir(handle);
/****************************************************/
?>




There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.