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

Official PHP manual ↗

Reference navigation

Previous: pos()

Next: ts()

Back to reference