php code to convert to small letter

54

php code to convert to small letter -

$str = strtolower($str);

strtoupper php -

string strtoupper ( $string )

Comments

Submit
0 Comments