dictionary.is-global()
Last updated
Last updated
The dictionary.is-global()
function checks whether the global dictionary is in use. Function checks the $dictionary-global
variable.
$global: null
An optional bool
value indicates whether to use or not the global dictionary. Default, null
.
The return value is a bool
indicating whether to use a global dictionary.