AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6314
What is the function of the uc...
What is the function of the ucfirst and lcfirst functions?
To make the string's first character uppercase or lowercase, respectively
Correct
Feedbacks
JustMastodon
-
2 years ago
Upvoted this question
Similar IT-6314 questions
What will the following script output?
What functions count elements in an array?
What is the output of the following? echo strcmp('first', 'second'), ", "; echo strcmp('44', '054'),...
What is the output of the following code snippet? $str = 'asdfghyo off on off'; $replacepairs = arra...
Which statement will evaluate and include a file into the location where it is called.
What is the output of the following code? $a=1; ++$a; $a*=$a; echo $a- -;