If \$string contains abcdefgh , what will the following call return? substr(\$string, -2, 2);
Reveal answer
Fill a bubble to check yourself
If \$string contains abcdefgh , what will the following call return? substr(\$string, -2, 2);