String Handling Functions in PHP: A String is a sequence of characters like "Learn PHP". PHP have some really helpful String handling functions which helps you while working with Strings. You are able to perform the following functions on a String in PHP:
- Get the length of a String.
- Count the number of words in a String.
- Reverse a String.
- Search for a Specific text within a String.
- Replace text within a String.
You can also do lot more things with a String but above are the basic one's.
For more, read: String handling functions in PHP
No comments:
Post a Comment