SHARING MY KNOWLEDGE
<?php$my_string = "This STRING has UPPERCASE letters";$my_string = strtolower($my_string);echo $my_string;//Output: this string has uppercase letters?>
Subscribe To My Blog
No comments:
Post a Comment