03.08.2016, 08:39
Change:
To:
The number between the square brackets is the amount of cells of an array variable. One cell can hold 1 character, the reason why is because each character represents a different number (see ASCII table: http://www.asciitable.com/).
PHP код:
new string[952];
PHP код:
new string[1004];