String Function in PHP in Hindi | PHP String Function with Example

Опубликовано: 26 Октябрь 2024
на канале: Self Imagination
108
7

String Function in PHP in Hindi | String Function in PHP with Example


Function Covered in This Video
00:48 Strlen() : Length of String
01:15 str_word_count : Count Words
01:25 strpos() : Find Position
01:53 strtolower() : Convert All Letter to Lower Case
02:19 lcfirst() : Convert First Letter to Lower Case
02:37 strtoupper() : Convert All Letter to Upper Case
02:52 ucfirst() : Convert First Letter to Upper Case
03:02 ucwords() : Each Word's First Letter Convert to Upper Case
03:23 trim() : Remove Space from Left and Right Both Side
04:09 ltrim() : Remove Left Side Space
04:24 rtrim() : Remove Right Side Space
04:34 strrev() : String Reverse
04:52 str_replace() : String Replace
05:30 wordwrap() : Word Wrap
07:46 explode() : String to Array
10:12 implode() : Array to String
10:43 chr() : ASCII Code to Character
11:16 strcmp() : Compare Two String
11:52 substr() : Find Character or String from String by Given Position

Read More At
https://selfimagination.in/tips/php-s...

#PHP #phptutorial #php #learnphp #learncoding