A
Q. What will be the output of the following PHP code?
Code:
<?php
echo str_pad("Salad", 10)." is good.";
?>
echo str_pad("Salad", 10)." is good.";
?>
- Correct Answer - Option(A)
- Views: 6
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.