PHP Bangla Tutorial : PHP String Function part - 06

preview_player
Показать описание
In this chapter we will look at some commonly used functions to manipulate strings.

strlen("Hello world!");
str_word_count("Hello world!");
strrev("Hello world!");
strpos("Hello world!", "world");
str_replace("world", "Dolly", "Hello world!");
Рекомендации по теме