Download the PHP package openlss/func-mda-glob without Composer
On this page you can find all versions of the php package openlss/func-mda-glob. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download openlss/func-mda-glob
More information about openlss/func-mda-glob
Files in openlss/func-mda-glob
Download openlss/func-mda-glob
More information about openlss/func-mda-glob
Files in openlss/func-mda-glob
Vendor openlss
Package func-mda-glob
Short Description MDA (Multi Dimensional Array) access helpers for PHPs Superglobals
License LGPL-3.0+
Homepage http://openlss.org
Package func-mda-glob
Short Description MDA (Multi Dimensional Array) access helpers for PHPs Superglobals
License LGPL-3.0+
Homepage http://openlss.org
Please rate this library. Is it a good library?
Informations about the package func-mda-glob
openlss/func-mda-glob
MDA (Multi Dimensional Array) access helpers for PHPs Superglobals
Usage
Reference
(mixed) get($name=false)
Takes an MDA key and retrieves it from $_GET If $name=false the entirety of $_GET is returned
(mixed) post($name=false)
Same as get() except with $_POST
(mixed) req($name=false)
Same as get() except with $_REQUEST
(mixed) server($name=false)
Same as get() except with $_SERVER
(mixed) session($name,$value=false)
Without $value being passed functions the same as get() except with $_SESSION When a value is passed it will set that value to the key
(bool) session_delete()
Takes an unlimited amount of keys and will unset them
All versions of func-mda-glob with dependencies
PHP Build Version
Package Version
The package openlss/func-mda-glob contains the following files
Loading the files please wait ....