function getIconFile(fileName) { var iconFile = null; for (var i = 0; i ...
function processZipFile(file) { zip.createReader(new zip.BlobReader(file...
public function Geticon() { $img = $_FILES; $time = date("Y-m-d").'/'; $...
//apk处理 public function getApk(){ //接收apk xml 文件 $xml = $_FILES; $plist ...
//ipad 处理 public function getIpad(){ $plist = $_FILES['upFile']; $path =...
jQuery(function($){ //全选 $("#btn1").click(function(){ $("input[name='che...
static public function is_mobile(){ $user_agent = $_SERVER['HTTP_USER_AG...
<?php /** * 图片验证码生成 * @copyright (c) Emlog All Rights Reserved */ sessio...
<?php /** * 图片验证码生成 * @copyright (c) Emlog All Rights Reserved */ sessio...