位置: 编程技术 - 正文

PHP:session_register()的用法_Session函数

编辑:rootadmin
session_register

推荐整理分享PHP:session_register()的用法_Session函数,希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!

(PHP 4, PHP 5 < 5.4.0)

session_register — Register one or more global variables with the current session

说明 bool session_register ( mixed $name [, mixed $... ] )

session_register() accepts a variable number of arguments, any of which can be either a string holding the name of a variable or an array consisting of variable names or other arrays. For each name, session_register() registers the global variable with that name in the current session.

You can also create a session variable by simply setting the appropriate member of the $_SESSION or $HTTP_SESSION_VARS (PHP < 4.1.0) array.<?php//Useofsession_register()isdeprecated$barney="Abigpurpledinosaur.";session_register("barney");//Useof$_SESSIONispreferred,asofPHP4.1.0$_SESSION["zim"]="Aninvaderfromanotherplanet.";//Theoldwaywastouse$HTTP_SESSION_VARS$HTTP_SESSION_VARS["spongebob"]="He'sgotsquarepants.";?>

If session_start() was not called before this function is called, an implicit call to session_start() with no parameters will be made. $_SESSION does not mimic this behavior and requires session_start() before use.

Warning

本函数已自 PHP 5.3.0 起废弃并将自PHP 5.4.0 起移除。

参数

name

A string holding the name of a variable or an array consisting of variable names or other arrays.

...

返回值 PHP:session_register()的用法_Session函数

成功时返回 TRUE, 或者在失败时返回 FALSE。

注释 Caution

If you want your script to work regardless of register_globals, you need to instead use the $_SESSION array as $_SESSION entries are automatically registered. If your script uses session_register(), it will not work in environments where the PHP directive register_globals is disabled.

Note: register_globals 重要说明:

自 PHP 4.2.0 起,PHP 指令 register_globals 的默认值为 off。PHP 社区鼓励开发者不要依赖于此指令, 用其他手段替代,例如superglobals。

Caution

This registers a global variable. If you want to register a session variable from within a function, you need to make sure to make it global using the global keyword or the $GLOBALS[] array, or use the special session arrays as noted below.

Caution

If you are using $_SESSION (or $HTTP_SESSION_VARS), do not use session_register(), session_is_registered(), and session_unregister().

Note:

It is currently impossible to register resource variables in a session. For example, you cannot create a connection to a database and store the connection id as a session variable and expect the connection to still be valid the next time the session is restored. PHP functions that return a resource are identified by having a return type of resource in their function definition. A list of functions that return resources are available in the resource types appendix.

If $_SESSION (or $HTTP_SESSION_VARS for PHP 4.0.6 or less) is used, assign values to $_SESSION. For example: $_SESSION[&#;var&#;] = &#;ABC&#;;

参见

session_is_registered() - 检查变量是否在会话中已经注册 session_unregister() - Unregister a global variable from the current session $_SESSION

PHP:session_regenerate_id()的用法_Session函数 session_regenerate_id(PHP4=4.3.2,PHP5)session_regenerate_id使用新生成的会话ID更新现有会话ID说明boolsession_regenerate_id([bool$delete_old_session=false])session_regenerate_id()在不

PHP:session_register_shutdown()的用法_Session函数 session_register_shutdown(PHP=5.4.0)session_register_shutdown关闭会话说明voidsession_register_shutdown(void)将session_write_close()函数注册为关闭会话的函数。参数此函数没有

PHP:session_name()的用法_Session函数 session_name(PHP4,PHP5)session_name读取/设置会话名称说明stringsession_name([string$name])session_name()函数返回当前会话名称。如果指定name参数,session_name()函数会更新

标签: PHP:session_register()的用法_Session函数

本文链接地址:https://www.jiuchutong.com/biancheng/279902.html 转载请保留说明!

上一篇:PHP:session_save_path()的用法_Session函数

下一篇:PHP:session_regenerate_id()的用法_Session函数

  • 9月份扣什么税?
  • 服务费发票需要交印花税吗
  • 贷款利息是否能降低
  • 企业的党员活动有哪些
  • 退休回聘政策与程序
  • 流动资产短期借款
  • 金税盘维护费减免政策代码
  • 事业单位库存物品
  • 员工自己领取社保卡需要带什么资料
  • 企业增加实收资本
  • 低值易耗品报废时
  • 单位车辆卖给个人怎么开票
  • 培训发票可以抵进项税吗
  • 酒店会务费发票税率
  • 非盈利组织一般纳税人应交的税
  • 开发票与实际金额不符属于什么
  • 公司买的固定资产还没使用
  • 记账凭证领用材料如何填写
  • 贸易公司收到货款会计分录
  • 员工培训费应该怎么算
  • 工资是一定是月薪吗
  • 进口车辆购置税公式
  • 删除文件需要管理员权限无法添加怎么办
  • 销售不动产土地增值税纳税义务时间
  • 个体工商户怎么交社保
  • 人力成本费用率和人工成本利润率
  • 非盈利组织捐赠现金支需要什么资料
  • 苹果电脑itu
  • PHP:preg_match_all()的用法_PCRE正则函数
  • php imagettftext
  • 睿因无线路由器怎么设置
  • 停车缴费怎么交
  • 取得抵债资产的方式
  • php文件用什么运行
  • 利润表应根据什么编制
  • clh锅
  • 存货需要计算填列吗
  • vue3.0项目创建
  • iframe嵌套页面点击里面的按钮
  • 预缴增值税怎么算
  • 旅游服务发票可以抵税吗
  • 个体户办营业执照有什么优点和缺点
  • python字典添加数据
  • 计提工资的时候计提个税吗
  • sql参数是什么意思
  • 小企业会计准则适用于哪些企业
  • 异常凭证一定要转出吗
  • 个别计价法下,把每一种存货的实际成本
  • 专利技术转让损失会计分录
  • 个体工商户怎样申报个税流程
  • 计提折旧,生成折旧分摊凭证步骤
  • 什么公司转让需要交税
  • 开支票如何做账
  • 本单位职工可以在本单位兼职吗
  • 社会医疗保险机构名词解释汇总
  • mysql按时间查询
  • mysql5.7版本的服务的名字是
  • linux系统tar命令
  • 进程死锁原因
  • win8.1连不上wifi
  • won10安装
  • xp系统java环境变量配置
  • ubuntu唤醒快捷键
  • windows7旗舰版怎么扩展c盘
  • linux网络优化
  • win8系统开机启动项怎么设置
  • win8桌面在哪
  • win10mobile下载官网
  • windows10无法识别
  • shell随机
  • Unity3d TweenPosition.Begin()的使用浅析
  • 批处理删除指定后缀名
  • 分享一下相亲时碰见过哪些奇葩事
  • python中如何去除空格
  • js实现点击按钮移动滑块到另一个按钮的方法
  • 电脑兼容ie
  • 谈谈我对秦始皇的看法
  • 税务机关落实六保六稳
  • 重庆市国税电子税务局
  • 江苏地税网站查询系统
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设