|
array_padPad array to the specified length with a value Description
array array_pad
( array
$array
, int $size
, mixed $value
)
array_pad returns a copy of the
Parameters
Return Values
Returns a copy of the Examples
Example #1 array_pad example
<?php See Also
|