superglobals

superglobals

 英

  • 网络超全局变量;超级全局;超级全局变量

例句

Set xdebug. dump_globals to On to dump the superglobals named in xdebug. dump_SUPERGLOBAL settings.

xdebug.dump_globalsOn转储xdebug.dump_SUPERGLOBAL设置全局变量

The PHP community encourages all to not rely on this directive but instead use other means, such as the superglobals.

PHP社区鼓励大家不要依赖这个选项其它方法替代例如superglobals

For more information, read the manual section on superglobals.

更多信息阅读手册superglobals

Since PHP 4. 1. 0, the preferred method for retrieving external variables is with the superglobals mentioned below.

PHP4.1.0取得外部变量首选方法下面提及全局变量