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