//开启上下文 UIGraphicsBeginImageContext(self.bounds.size); //获取上下文 CGContextRef ctx = UIGraphi…
header("charset=utf-8;"); function StrToBin($str){ //1.列出每个字符 $arr = preg_split('/(?<!^…
<?php //禁用错误报告 error_reporting(0); //报告运行时错误 error_reporting(E_ERROR | E_WARNING | E_PA…
今天准备测试一下laravel框架 据说很流行,所以在windows下面测试了一下 [网上例子很多,但是写的很乱,今天整理一下 减少安装配置者踩坑] 通过laravel网站下载源代…
<?php return array( 'BEIJING' => array( 'code' => 110000, 'name' => '北京市' ), '…
<?php if (isset($_GET['dir'])){ //config the basedir $basedir=$_GET['dir']; }else{ $bas…
<?php /** * SQL 简单查询工具类 * <code> * $tools = new SQLTools("表名", "数据库操作对象实例"); * $t…
$nids = db_query('SELECT nid FROM node WHERE NOT EXISTS(SELECT NULL FROM users WHERE users…
<?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…