<?php header('Content-type:text/html;charset=utf-8'); //读取图片文件,转换成base64编码格式 $image_fil…
error_reporting(E_ALL); function cache_shutdown_error() { $_error = error_get_last(); if (…
$msg = array(); $postStr = file_get_contents('php://input'); $msg = (array)simplexml_load_…
function DateRange ($begin,$end,$interval='M'){ $begin = new DateTime($begin); $end = new …
<?php echo 22; ?>
error_reporting(0); header("content-Type: text/html; charset=utf-8"); set_time_limit(120);…
$brand = 'logo'; $url = "http://image.baidu.com/search/index?tn=baiduimage&ipn=r&c…
function arrToOne($multi) { $arr = array(); foreach ($multi as $key => $val) { if( is_a…
http://www.ipip5.com/today/api.php?type=txt
<?php dbh = new PDO("mysql:host=localhost; dbname=demo", "user", "pass"); $dbh->setA…
// 人民币金额转大写程序 class Ext_Num2Cny{ static $basical = array(0=>"零","壹","贰","叁","肆","伍","陆"…
// 获取远程文件的大小 function remote_filesize($url, $user = "", $pw = "") { ob_start(); $ch = curl…