How to convert a string to uppercase in php?
We can use strtoupper() method to convert any string to Uppercase.
BY Best Interview Question ON 21 Apr 2019
Example
strtoupper("Best Interview Questiomns");
// Output: BEST INTERVIEW QUESTIONS