可以逆转的加密类,没有密钥很难破解 [PHP]代码 class encryptCalss { var $key=12; function encode($txt){ for($i=0;$i
php /* * 使用方法: require_once('mypage.php'); $result=mysql_query("select * from mytable", $myconn);
php class smtp { /* Public Variables */ var $smtp_port; var $time_out; var $host_name; var $log_file;
php /** * 常用静态类,这里主要整理了一些PHP常常会用到的方法。 */ class C { /* * 私有处理随机数的内置参数 * array 随机数数组/param 随机数长度 * 返回一个随机数
[PHP]代码 php # # codeMaker Alpha 0.1.1 ( haowei.me ) # This framework comply with the GPL license agreement
php class CalendarForm { protected $year; protected $month; protected $day; protected $weekend; protected
[PHP]代码 /** * 人民币小写转大写 * * @param string $number 数值 * @param string $int_unit 币种单位,默认"元",有的需求可能为"圆" *
对于大字串太慢了, 原因不明, 可能PHP脚本本身就是慢, 所以它内置 很多函数, 这些函数如果用脚本来实现是不可忍受的. 而JavaScript就没这个问题, 脚本的速度快的多. PHP //encode64编码可以同时取代encodeURI
php /* * PHP下载断点续传 */ function dl_file_resume($file){ //检测文件是否存在 if (!is_file($file)) { die("404
php class authCode { public $ttl;//到期时间 时间格式:20120101(年月日) public $key_1;//密钥1 public $key_2;//密钥2
php passthru('ls', $return_val); echo 'Exit code of $return_val\n'; ?>
php $states = array('OH' => 'Ohio', 'CA' => 'California', 'MD' => 'Maryland'); sort($states); print_r($states);
php $path = '/home/www/data/users.txt'; $filename = basename($path); print $filename; ?>
php $host="localhost"; $uname="database username"; $pass="database password"; $database = "database
php function randColor(){ $letters = "1234567890ABCDEF"; for($i=1;$i<6;$i++){ $pos = rand(0,16); $str
php $dir = "PUT_PATH_TO_DIR_HERE"; // Open a known directory, and proceed to read its contents if (is_dir($dir))
一段php生成随机颜色的代码,如:FF00FF function random_color(){ mt_srand((double)microtime()*1000000); $c = ''; while(strlen($c)<6){
php $str="0123456789abcdefghijklmnopqrstuvwxyz"; $tmp=$str[mt_rand(0,35)].$str[mt_rand(0,35)].$str[mt_rand(0
php $array1 = array('OH','CA','NY','HI','CT'); $array2 = array('OH','CA','HI','NY','IA'); $array3 =
php header("Content-type: image/png"); $string = $_GET['text']; $im = imagecreatefrompng("images/button