Array_pad---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Packing array for specified length and value
Syntax: array array_pad (array input, int pad_size, mixed pad_value);
Description:
This function fills array arrays with arrays of size pad_size and value pad_value, and returns the padded array, if the argument pad_size is a positive number, padding to the right of the array and, if negative, padding to the left of the array. If the absolute value of the parameter pad_size is less than or equal to the length of the array input, it will not be padded.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.