PHP


Getting last chars with substr() function

echo substr('abcdef', -1, 1); // f

This page is wiki editable click here to edit this page.

Post a comment