remove from string php – How to Remove Special Character from String in PHP?

remove from string php Using substr function, Using substr_replace function, Using mb_substr function, Using rtrim function and remove special characters from string php

remove from string php

Use the PHP rtrim() function
[php]

[/php]

Don’t Miss : check file exists in php

Using substr_replace function

[php]

[/php]

Using substr function

[php]

[/php]

Using mb_substr function

[php]

[/php]

Using rtrim function

[php]

[/php]

Leave a Comment