PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hey guys... I am building an array that uses string indexes and wasn't sure if there is a MAX to the number of characters you can have in the index name of an array's element. Example:
rtfm wrote:A key may be either an integer or a string.
rtfm wrote: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.