thinkphp 后台登陆验证
thinkphp 后台登陆验证 测试地址:http://www.seocn.info/web/thinkmsg/Admin 用户名:test 密码:test function login()
2021-12-07 13:30
90 
使用反斜线引用字符串 addslashes
if(!function_exists(_addslashes)){ function _addslashes($str){ if(get_magic_quotes_gpc()){ return $str
2021-12-07 13:29
82 
php str_ireplace
str_ireplace(PHP 5)str_ireplace -- Case-insensitive version of str_replace().Descriptionmixed str_ireplace (
2021-12-07 13:31
96 
smarty 中foreach中iteration变量值就是当前循环次数
smarty 中foreach中iteration变量值就是当前循环次数 例子: {foreach key=key item=item from=$contact name=name} {$key}: {$
2021-12-07 13:30
81 
php通过FTP设置文件权限
通过FTP设置文件权限 if (!function_exists(ftp_chmod)){ function ftp_chmod($ftp_stream, $mode, $filename){ return
2021-12-07 13:31
90 
相对路径转化成绝对路径
相对路径转化成绝对路径
2021-12-07 13:30
83 
VsCode 配置PHP Debug 调试代码
1. 安装 PHP Debug 扩展(在VSCode中搜索安装即可) 2. 修改配置文件.vscode/launch.json ``` { // 使用 IntelliSense 了解相关属性。
2023-07-18 12:39
144 
php 服务器性能检测探针文件
php 服务器性能检测探针文件 function test_basic($score){ $items[操作系统]=PHP_OS; $items[服务器软件]=$_SERVER[SERVER_SOFTW
2021-12-07 13:31
86 
返回顶部 留言