Softlect

PHP Strings

String Operations:

Concatenation Operator:  .

String variables individual characters can be accessed through { }

Index of characters in string starts with zero

String Functions:

strlen()

strcmp()

strpos()

substr()

chop()

trim()

ltrim()

strtolower()

strtoupper()

 

 

Type Conversion:

In PHP Explicit type conversion can be performed in three different ways:

 

Exit mobile version