scliburn Posted July 20, 2006 Share Posted July 20, 2006 i have an array that has a value (string) that has approx 65K characters. Is that a problem, or are there limitations on the string count in an array? Link to comment https://forums.phpfreaks.com/topic/15171-php-array-string-limitations/ Share on other sites More sharing options...
trq Posted July 20, 2006 Share Posted July 20, 2006 Is it causing problems? Link to comment https://forums.phpfreaks.com/topic/15171-php-array-string-limitations/#findComment-61153 Share on other sites More sharing options...
treilad Posted July 20, 2006 Share Posted July 20, 2006 I wouldn't think so. Might get confusing, however. Link to comment https://forums.phpfreaks.com/topic/15171-php-array-string-limitations/#findComment-61156 Share on other sites More sharing options...
scliburn Posted July 20, 2006 Author Share Posted July 20, 2006 well, i'm not sure if its the array or something else. some data is getting truncated and wasn't sure if it was the array or something else. Link to comment https://forums.phpfreaks.com/topic/15171-php-array-string-limitations/#findComment-61164 Share on other sites More sharing options...
ryanlwh Posted July 20, 2006 Share Posted July 20, 2006 where does this string come from? Link to comment https://forums.phpfreaks.com/topic/15171-php-array-string-limitations/#findComment-61269 Share on other sites More sharing options...
effigy Posted July 20, 2006 Share Posted July 20, 2006 From the manual:[quote]Note: It is no problem for a string to become very large. There is no practical bound to the size of strings imposed by PHP, so there is no reason at all to worry about long strings.[/quote] Link to comment https://forums.phpfreaks.com/topic/15171-php-array-string-limitations/#findComment-61282 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.