PHP Cookie设置删除
1、设置CookieSetCookie函数格式int SetCookie(string name, string value, int expire, string path, string domain, int
2021-12-07 13:19
151 
php中的session_id详解
php中session_id()函数原型及说明session_id()函数说明:stringsession_id([string$id])session_id() 可以用来获取/设置 当前会话 ID。为了能够将会话
2021-12-07 13:19
127 
Cannot send session cookie - headers already sent
我的解决方法在最上面加ob_start(),不知道有没有什么坏处....改php.ini看起来不是很好,要不怎么默认不开...笨方法:把错误警告全不显示!@......解决方案:1)适用于有权限编辑PHP.INI的人
2021-12-07 13:19
100 
php 清除session
● 如何删除session? 1、unset ($_SESSION[xxx])删除单个session,unset($_SESSION[xxx]) 用来unregister一个已注册的session变量。其作用和se
2021-12-07 13:19
100 
openssl命令
OpenSSL是一个强大的安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用。在OpenSSL被曝出现严重安全漏洞后,发现多数通过SSL协议加密
2021-12-07 13:19
90 
使用OpenSSL生成证书
Step 1. Create key (password protected)openssl genrsa -out prvtkey.pem 1024/2038 (with out passwor
2021-12-07 13:19
93 
php foreach 用法
php foreach例子
2021-12-07 13:19
99 
php字符串常用算法--字符串加密解密
/** *加密、解密字符串 * *@globalstring$db_hash *@globalarray$pwServer *@param$string待处理字符串 *@param$action操作,ENCODE|D
2021-12-07 13:19
86 
返回顶部 留言