PHP: Remove Last Character from String – substr/substr_replace/rtrim
This is a very common PHP question, how to remove last character from string in PHP? So here are three ways how to delete last character from string in PHP. Method 1 – PHP: Remove Last Character from String using substr and mb_substr substr and mb_substr
www.if-not-true-then-false.com |