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