<?php $str = 'Hyvor Developer'; echo strtolower($str); // hyvor developer echo '<br>'; echo strtoupper($str); // HYVOR DEVELOPER