1.

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

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


Discussion

No Comment Found

Related MCQs