HomePHP Write a PHP script to convert lowercase string to uppercase Vikram somai September 22, 2021 0 Comments Facebook Twitter Write a PHP script to convert lowercase string to uppercase strtoupper():-The strtoupper() function converts a string to uppercase.code:-<?phpecho strtoupper("hello");?>output:-HELLO Tags PHP Facebook Twitter
Post a Comment
If you have any doubts, Please let me know
Thanks!