remove last index of string php code example Example: php remove last character from string $hell = substr('hello', 0, -1);