PHP Bangla Tutorial Part 26 String Functies (strtolower en strtoupper)


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to PHP Bangla Tutorial Part 26 String Functions (strtolower and strtoupper)

PHP: substr - Manual
https://www.php.net/manual/en/function.substr.php

Parameters. string. The input string. offset. If offset is non-negative, the returned string will start at the offset'th position in string, counting from zero.

PHP: String Functions - Manual
https://www.php.net/manual/en/ref.strings.php

See Also. For even more powerful string handling and manipulating functions take a look at the Perl compatible regular expression functions.For working with multibyte character encodings, take a look at the Multibyte String functions.

PHP String Functions - W3Schools
https://www.w3schools.com/pHp/php_ref_string.asp

Splits a string into smaller strings: strtolower() Converts a string to lowercase letters: strtoupper() Converts a string to uppercase letters: strtr() Translates certain characters in a string: substr() Returns a part of a string: substr_compare() Compar