How to remove the first character of string in PHP?

preview_player
Показать описание
In this tutorial, we will learn how to remove the first character of a string in PHP. Using substr() PHP function, it takes two parameters first is a string and second is an index position.

Рекомендации по теме
Комментарии
Автор

Thanks so much
I wanted to remove ../ from my a filepath but I didn't know how to do it thanks alot

Andromastudios