03 2017 档案
摘要:在 Windows 下的设置例子如下: # 限制错误日志文件为 1M ErrorLog "|bin/rotatelogs.exe -l logs/error-%Y-%m-%d.log 1M" # 每天生成一个错误日志文件 #ErrorLog "|bin/rotatelogs.exe logs/err
阅读全文
摘要:error_reporting(E_ALL); date_default_timezone_set('Asia/ShangHai'); include_once('Classes/PHPExcel/IOFactory.php');//包含类文件 $filename = "test.xls";//要读
阅读全文
摘要:/** * * 产生随机字符串,不长于32位 * @param int $length * @return 产生的随机字符串 */function getNonceStr($length = 32) { $chars = "abcdefghijklmnopqrstuvwxyz0123456789";
阅读全文
摘要:$newWidth=600; $file_path='D:/myWorkspace/get_img/deal_img/jiaShuiYin/1.jpg'; $newName='D:/myWorkspace/get_img/deal_img/jiaShuiYin/2.jpg'; resizeImage
阅读全文
摘要://字体库 define('FONTFILE','C:/Windows/Fonts/MSYH.TTC'); $text='2020/12/31'; $fontfile='C:/Windows/Fonts/MSYH.TTC'; $newImageName=NULL;//NULL 不保存输出到浏览器;若
阅读全文

浙公网安备 33010602011771号