2020
10-08
10-08
php实现统计IP数及在线人数的示例代码
写在前面的话很多人有这样的需求,就是统计网站访问IP以及在线的人数。今天我们就看一下具体实现方法。开启依赖函数模块实现这个功能,需要依赖putenv()函数。下面两种方式均可。更改php.ini文件方法找到php.ini文件,搜索putenv关键字,删除即可。isable_functions=passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepasst...
继续阅读 >