InterviewSolution
Saved Bookmarks
| 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"); |
|