as

Showing posts with label string function. Show all posts
Showing posts with label string function. Show all posts

Write a PHP script to demonstrate different String functions.

Write a PHP script to demonstrate different String functions.  

STRING FUNCTIONS

1. Concatenation Operator  2. Strlen( )
3. strpos( )  4. strtoupper( ) 
5. Substr_replace( )  6. Substr( )
7. Substr_count( )