title: Change Case in PHP tags: php string case ```php strtoupper($string); strtolower($string); ```