PHP - Array Functions
What will be the output of this PHP code?
$arr = ["x", "y"]; $padded = array_pad($arr, 4, "z"); print_r($padded);
$arr = ["x", "y"]; $padded = array_pad($arr, 4, "z"); print_r($padded);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions