"> What will be the output of the following PHP code? < ?php echo str_pad("S "> " /> " />
Sail E0 Webinar
Question
What will be the output of the following PHP code?
< ?php
echo str_pad("Salad", 5)." is good.";
?>
Options:
A .  SaladSaladSaladSaladSalad is good
B .  is good SaladSaladSaladSaladSalad
C .  is good Salad
D .  Salad is good
Answer: Option D


The str_pad() function pads a string with a specified number of characters.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers