03.04.2016, 09:26
You need to add the string's size next to the specifiers in sscanf.
PHP код:
if(sscanf(params, "s[64]s[128]", eReason, iReason))