#file: /admin/templates/default/article.add.php #file: /admin/templates/default/article.ed…
<?php /** * author:郭椿安 * create at:2015-11-13 * last mod: 2015-12-12 14:23:52 */ header…
#file: /shop/templates/simplenc/seller/store_goods_add.step2.php #line: 202 # 添加一个 “请选择” 的…
<?php namespace Org\Weixin; class OrderPush { protected $appid; protected $secrect; pro…
#file: /admin/control/brand.php #line: 60 $brand_list = $model_brand->table('brand')-&g…
class GetMacAddr{ var $return_array = array(); // 返回带有MAC地址的字串数组 var $mac_addr; function G…
<?php /* * To change this template, choose Tools | Templates * and open the template in…
function selfEncode($str, $k) { $encoded = ''; $len = strlen($str); $lk = strlen($k); for(…
<?php /** * 入口文件 * * 统一入口,进行初始化信息 * * * @copyright Copyright (c) 2007-2013 ShopNC Inc. …
// 根据身份证号,自动返回对应的星座 function get_xingzuo($cid) { $cid = getIDCard($cid); if (!isIdCard($ci…
/** * Add slashes to a string or array of strings. * * This should be used when preparing …
function isIdCard($number) { // 检查是否是身份证号 $number = getIDCard($number); // 转化为大写,如出现x $num…