php cal_days_in_month
cal_days_in_month (PHP 4 >= 4.1.0, PHP 5) cal_days_in_month -- Return the number of days in a month for a
2021-12-07 13:29
91 
使用反斜线引用字符串 addslashes
if(!function_exists(_addslashes)){ function _addslashes($str){ if(get_magic_quotes_gpc()){ return $str
2021-12-07 13:29
82 
php array_diff_key 使用键名比较计算数组的差集
array_diff_key (PHP 5 >= 5.1.0RC1) array_diff_key -- 使用键名比较计算数组的差集 说明 array array_diff_key ( array array
2021-12-07 13:30
98 
smarty 中foreach中iteration变量值就是当前循环次数
smarty 中foreach中iteration变量值就是当前循环次数 例子: {foreach key=key item=item from=$contact name=name} {$key}: {$
2021-12-07 13:30
81 
PHP 正则表达式替换 preg_replace 函数
PHP 正则表达式替换 preg_replace 函数 正则替换 preg_replace() 函数用于正则表达式的搜索和替换。 语法: mixed preg_replace( mixed pattern,
2021-12-07 13:30
138 
相对路径转化成绝对路径
相对路径转化成绝对路径
2021-12-07 13:30
83 
php强制访问类型为下载,自定义内容,自定义文件名称
php强制访问类型为下载,自定义内容,自定义文件名称 $image_filename=Untitled-2.html; $return_img=file_get_contents(5.jpg); header(
2021-12-07 13:30
89 
打开文件去掉开头结尾空格和开头BOM
打开文件去掉开头结尾空格和开头BOM function trim_require($filename) { $flag = false; $fp = fopen($filename,r); $conte
2021-12-07 13:30
84 
T:0.012641s,M:375.91 KB
返回顶部 留言