filmov
tv
PHP Bangla Tutorial : PHP String Function part - 06

Показать описание
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!");
strlen("Hello world!");
str_word_count("Hello world!");
strrev("Hello world!");
strpos("Hello world!", "world");
str_replace("world", "Dolly", "Hello world!");