runkit_superglobals

(PECL runkit >= 0.7.0)

runkit_superglobals Return numerically indexed array of registered superglobals

설명

array runkit_superglobals ( void )

반환값

Returns a numerically indexed array of the currently registered superglobals. i.e. _GET, _POST, _REQUEST, _COOKIE, _SESSION, _SERVER, _ENV, _FILES

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top