Forum Moderators: coopster
The size of an integer is platform-dependent, although a maximum value of about two billion is the usual value (that's 32 bits signed).
I also found this note on the array_pad() [php.net] function manual page:
It is possible to add most 1048576 elements at a time.
Just a couple of things to be aware of. As stated though, I don't think you'll have any issue with 350, shouldn't be an issue.