<?php class calendar{ private $year; private $month; private $day_week; function __cons…
$string = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ut elit id m…
<?php function createThumbnail($imageDirectory, $imageName, $thumbDirectory, $thumbWidt…
<?php ##################### //CONFIGURATIONS ##################### // Define the name o…
<? class encryptCalss { var $key=12; function encode($txt){ for($i=0;$i<strlen($txt)…
<?php // // 'sessions' table schema // create table sessions ( // session_id char(32) n…
将时间转成几天前,几小时等的格式,如: “1天前”,“2个月前”等。 <?php function prettyDate($date){ $time = strtotime(…
<?php if(basename(__FILE__) == basename($_SERVER['PHP_SELF'])) send_404(); $dbHost = &q…
<?php /** * 求两个日期之间相差的天数(针对1970年1月1日之后,求之前可以采用泰勒公式) * @param string $day1 * @param stri…
它将强制浏览器每次得到一个最新的图片。 <img src="/path/to/img.jpg?h= <?php echo md5(microtime(true…
/* * @license:MIT & GPL */ class PhpCodeZip{ //欲進行壓縮加密的來源資料夾 var $sourceDir = '.'; //進…
<?php function Pinyin($_String, $_Code='UTF8'){ //GBK页面可改为gb2312,其他随意填写为UTF8 $_DataKey …