注:文章内容来源于网络,真实性有待确认,请自行甄别。
在php中有没有类似session功能的函数怎么使页面刷新后,原
发表于:2024-10-24 00:00:00浏览:13次
问题描述:怎么使页面刷新后,原页面中的值还可以在新的页面中取到?
sessn_cache_expire -- Return current cache expire
session_cache_limiter -- Get and/or set the current cache limiter
session_commit -- 别名 session_write_close()
session_decode -- Decodes session data from a string
session_destroy -- Destroys all data registered to a session
session_encode -- 将当前会话数据编码为一个字符串
session_get_cookie_params -- Get the session cookie parameters
session_id -- Get and/or set the current session id
session_is_registered -- Find out whether a global variable is registered in a session
session_module_name -- Get and/or set the current session module
session_name -- Get and/or set the current session name
session_regenerate_id -- Update the current session id with a newly generated one
session_register -- Register one or more global variables with the current session
session_save_path -- Get and/or set the current session save path
session_set_cookie_params -- Set the session cookie parameters
session_set_save_handler -- Sets user-level session storage functions
session_start -- Initialize session data
session_unregister -- Unregister a global variable from the current session
session_unset -- Free all session variables
session_write_close -- Write session data and end session
选至PHP手册
猜你喜欢
- SOCKET编程难题急急!!!我用VC++MFC类CSOCKET
- 我用++ MFC类CSOCKET 写了一个点对点大型文件传输的程序,可接收后,只有文本格式的文件能打开,而数据库文件或Excel表格文件都打不开,提示为不可识别的文件格式. 请各位高手帮忙解答,有积分相送....
- 请问如何让数据透视表不显示零值行?数据透视表如何不显示零值行,我
- 数据透视表如何不显示零值行,我知道在工具,选项里有一个零值前面的勾去掉,会不显示零值,但是0是不显示了 这行却还存在,能不能让0值的这一行自动不显示呢 透视表只显示数值为非0的行呢?
栏目分类全部>
推荐文章
- 安卓语音短信软件??安卓语音短信软件有哪些?在哪里可以下载呢?
- SOCKET编程难题急急!!!我用VC++MFC类CSOCKET
- VB编程问题如何让VB产生一个8位的随机数字穿!大虾教一下,谢谢
- 请问如何让数据透视表不显示零值行?数据透视表如何不显示零值行,我
- 关于启动的问题冷启动和热起动的具体区别和辨别方法是什么
- vb程序如何打包?有sql数据库ado连接,如何做安装程序,如果
- 关于计算机技术请问计算机技术是包括哪些方面的技术的?望各位能够详
- 关于VC的编程问题 我用VC++ MFC类CSOCKET写了一个
- 提高程序可读性的技巧有哪些?
- 如何学习模式识别对于模式识别个人挺喜欢,但是不知道怎么去学习,大