ALIAS
low()
ShortPHP reference for strtolower().
Signature
strtolower(string $string): string
Example
low(...);PHP equivalent
strtolower() is the canonical PHP function. ShortPHP provides low() as the convenience alias.
Extension: Core