PHP String Case Functions: कई बार ऐसी जरूरत पडती है कि हमें किसी String के Case को Change करना पडता है। इस जरूरत को पूरा करने के लिए PHP हमें चार Functions देता है, जो निम्नानुसार हैं: strtolower() Function ये Function Argument के रूप में एक String Accept करता है और उस String के सभी Characters को Lowercase में Convert करके नई String Return करता है। strtoupper() Function ये Function strtolower() Function का Exactly Reverse काम करता है। … [Read more...]
PHP String Case – Functions in PHP
Filed Under: Core PHP in Hindi Tagged With: c# switch case string, case string, js switch case string, lcfirst, lcfirst() Function, perl ucfirst, php strtolower, php strtoupper, php ucfirst, php ucwords, String Case, string to lower case, strtolower, strtolower in php, strtolower php, strtolower() Function, strtoupper, strtoupper in php, strtoupper php, strtoupper() Function, switch case with string, ucfirst, ucfirst php, ucfirst() Function, ucwords, ucwords in php, ucwords php, ucwords() Function