Question:What would b the outpur of the following code?$string = ‘good day’; $string = ucword($string); echo $string; ?>
$string = ‘good day’; $string = ucword($string); echo $string; ?>
A good day B GOOD DAY C Good Day D non of the above
+ AnswerC
+ Report