Arrays aren't a predeclared size in PHP, so you can resize them on the fly. To pad an array, use array_pad( ). The first argument is the array to be padded.
確定! 回上一頁