Is there a limit to the string length of PHP? I want to put 1 million pieces of data with each length of about 30 characters into a string variable. I don’t know if it is feasible
Is there a limit to the string length of PHP? I want to put 1 million pieces of data with each length of about 30 characters into a string variable. I don’t know if it is feasible
http://php.net/manual/en/lang...
There is no limit in 64-bit php7, other versions are 2GB