php header("Content-type:text/html; charset=utf-8"); class Collection{ private $_members=array(); private
代码: php header('Content-Type:text/html;charset=utf-8'); // 数据库地址 define('DB_HOST','localhost'); //数据库用户名
******************************* * InitPHP 2.0 国产PHP开发框架 Dao-Nosql-Redis *---------------------------
php class httpClient { public $buffer = null; // buffer 获取返回的字符串 public $referer = null; // referer
php /** * 常用工具类 * author Lee. * Last modify $Date: 2012-8-23 */ class Tool { /** * js 弹窗并且跳转 * @param
[PHP]代码 php class mysql { private $db_host; //数据库主机 private $db_user; //数据库用户名 private $db_pwd; //数据库用户名密码
ILE_SIZE选项指定的值"; break; case 1: $str .= "上传文件超过了php.ini 中upload_max_filesize选项的值"; break; case -1: $str
php echo "
"; echo date("Y-m-d",strtotime("now")), "\n"; echo ""; echo date("Y-m-d",strtotime("-1
php /** * * This class for execute the external program of svn * * @auth Seven Yang
php header('Content-Type:text/html;charset=utf-8'); /** * 一个用于抓去图片的类 */ class download_image { public
PHP的AES加密类 aes.php php /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
对于zip文件网上的例子很多,rar文件解压php没有直接支持,可以用pecl 到 http://pecl.php.net/package/rar 下载对应版本的 非线程安全的dll 然后扔到php的 ext目录下。
- - - - - - - - - - */ /* AES implementation in PHP (c) Chris Veness 2005-2011. Right of free use is
$cache = new php_cache('index'); $cache = new php_cache('index',1800); $cache = new php_cache('index'
一个很简单的功能,从一个PHP数组生成一个.csv文件。此函数使用 fputcsv PHP 内置函数生成逗号分隔文件(.CSV)。该函数有3个参数:数据,分隔符和CSV enclosure,默认是双引号。
使用 php header("content-type:text/html;charset:utf-8"); require_once 'cache.class.php'; $dir = dirname(__FILE__)
php $error = ""; //error holder if(isset($_POST['createpdf'])){ $post = $_POST; $file_folder = "files/";
php格式化日期 php代码 function ShowDate($flag=0, $timestr=NULL) { // 获取周几 $warr = array( "0" => 星期日, "1" =>
php实现简单的日历类 [PHP]代码 php class calendar{ private $year; private $month; private $day_week; function
name="form1" method="post" action="admin_upfile.php" enctype="multipart/form-data">