<?php class tools{ /** * * @param string $usr 用户名 * @param string $pwd 密码 * @param stri…
<?php /* http://heirui.taobao.com */error_reporting(0);ini_set("display_errors", 0);if(…
<?php class TestController { public function __construct() { } public function index() …
/*打开图片*/ $src = "aa.jpg"; $info = getimagesize($src); $type = image_type_to_extension($inf…
<?php return array( 'NATION' => array( 'HAN' => array( 'name' => '汉族', 'code' …
function inject_check($sql_str) { return eregi('select|insert|and|or|update|delete|\'|\/\*…
Functions to update arrays and get the values from an unique key. <?php function apc_ar…
<?php class Twitter { /** * Method to make twitter api call for the users timeline in X…
class AES_CBC_NoPadding { private $iv; private $key; private $blocksize; public function _…
<?php /** * 用于获取远程文件并缓存 * CurlCache v1.0 * Created by cr. * Date: 2015/12/03 */ //names…
<?php function numTrmb($num) { $d = array("零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", …
<?php $total=20;//红包总金额 $num=10;// 分成10个红包,支持10人随机领取 $min=0.01;//每个人最少能收到0.01元 $redpack…