Question:What would b the outpur of the following code?
$string = ‘good day’;
$string = ucword($string);
echo $string;
?>
 

A good day 

B GOOD DAY 

C Good Day 

D non of the above 

+ Answer
+ Report
Total Preview: 798

Copyright © 2024. Powered by Intellect Software Ltd