1.

What will be the output of the following PHP code?
<?php
echo str_pad("This", 10)." theory is good.";
?>

A. This theory is good.
B. Error
C. Nothing
D. This theory is good.
E. None of these
Answer» B. Error


Discussion

No Comment Found

Related MCQs