1.

What will be the output of the following PHP code?
<?php
$Message = "this is important message...";
echo ucwords($Message);
?>

A. Error
B. This Is Important Message...
C. Nothing
D. this is important message...
E. None of these
Answer» C. Nothing


Discussion

No Comment Found

Related MCQs