ZBlog PHP文章列表按ID排序
/** * 获取文章列表 * @param int $count 数量 * @param null $cate 分类I......
/** * 获取文章列表 * @param int $count 数量 * @param null $cate 分类I......
{$array=GetList($zbp->option[ZC_RELATEDLIST_COUNT],null,null,null,null,null,array(has_subcat......
<br> <iframe src="txt文件路径" ></iframe>......
function encryptDecrypt($key, $string, $decrypt){ if($decrypt){ $decrypted =......
function is_mobile() { $user_agent = $_SERVER[HTTP_USER_AGENT]; $mobile_brows......
{foreach $categorys[$category.ID].SubCategorys as $category } <li><a href="{$......
<script type="text/javascript"> function doZoom(size) { var zoom = docu......
<div class=jqzoom id=spec-n1 onClick="window.open(/)"><IMG height=350 src......
function curl_post_302($url,$data=null) { $ch = curl_init(); curl_setopt($ch, C......
/** * 通过URL获取远程页面内容 * @param string $url URL地址 * @return st......