09 2013 档案
摘要:echo mb_substr(strip_tags($blog['body'],""),0,400,'utf-8')."......"; //滤掉及html标签,只保留
阅读全文
摘要:function listDirTree($dirName=null) { $dirName=str_replace("\\","/",$dirName); if(empty($dirName))exit("IBFileSystem:directoryisempty."); if(is_dir($dirName)) { if($dh=opendir($dirName)) { $tree=array(); while(($file=readdir($dh))!==false) { if($f...
阅读全文