16.05.2018, 12:46
IK that, but PHP's version of same code works fine:
Result:
So I think there's a bug...
PHP код:
$source = "123,456,789";
$dest = explode(",", $source);
printf("%s %s %s", $dest[0][1], $dest[0][2], $dest[1][2]);
Quote:
2 3 6 |