SarkariResultess QA Bank

Answer & Explanation

4 Answers
Verified

upper($text)

upper($text)
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified

$text.upper()

$text.upper()
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified

string_upper_php($text)

string_upper_php($text)
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer

strtoupper($text)

strtoupper($text)
Additional Explanation
strtoupper() uppercase conversion करता है। पहले exact error message, line number और input value check करें।