ALIAS
iget()
ShortPHP reference for ini_get().
Signature
ini_get(string $option): string|false
Example
iget(...);PHP equivalent
ini_get() is the canonical PHP function. ShortPHP provides iget() as the convenience alias.
Extension: Core