Answers for "How to get the last character of a string in PHP?"

PHP
10

get last character of string php

substr("testers", -1); // returns "s"
Posted by: Guest on March-05-2020

Code answers related to "How to get the last character of a string in PHP?"

Browse Popular Code Answers by Language