首页
PHP
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
session_regenerate_id
session_regenerate_id
使用新生成的会话ID更新当前会话ID
名称:
session_regenerate_id
分类:
会话Session
所属语言:
php
一句话介绍:
使用新生成的会话ID更新当前会话ID
相关内容
如何在PHP中使用 hash_final 完成哈希计算?
8
mb_get_info 返回空值的常见原因及排查方法
8
如何通过 mysqli_stmt::$error 实现失败操作的容错机制
4
使用 xml_parser_get_option 检查 XML 解析器的字符编码设置
10
同类函数
session_write_close
session_write_close
写入会话数据和结束会话
SessionHandlerInterface::close
SessionHandlerInterface::close
Closethesession
session_destroy
session_destroy
销毁注册到会话的所有数据
session_register
session_register
使用当前会话注册一个或多个全局变量
SessionHandler::read
SessionHandler::read
Readsessiondata
session_encode
session_encode
将当前会话数据编码为会话编码字符串
SessionIdInterface::create_sid
SessionIdInterface::create_sid
CreatesessionID
session_status
session_status
返回当前会话状态
热门文章