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