Wednesday 16 December 2015

String Handling Functions in PHP

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:

  1. Get the length of a String.
  2. Count the number of words in a String.
  3. Reverse a String.
  4. Search for a Specific text within a String.
  5. Replace text within a String.
You can also do lot more things with a String but above are the basic one's.


No comments:

Post a Comment