04.08.2018, 15:25
(
Last edited by coool; 04/08/2018 at 03:26 PM.
Reason: memory -> buffer
)
Quote:
Also for best practice its always better to use sizeof(string) instead of the actual size of the string for compatibility issues in case if the size of that string actually changes one time so you wouldn\'t get \'Array index out of bounds\' messages.
PHP Code:
|