1.

How to convert a string to uppercase in php?

Answer»

We can use STRTOUPPER() METHOD to CONVERT any string to Uppercase.Example

strtoupper("Best INTERVIEW Questiomns");
// Output: BEST INTERVIEW QUESTIONS



Discussion

No Comment Found