Sunday, January 12, 2014

String Manipulation Functions - PHP

addcslashes()
Returns a string with backslashes in front of the specified characters


addslashes()
Returns a string with backslashes in front of predefined characters


strlen()used to find the length of a string.

strpos()
used to search for a string or character within a string.

No comments:

Post a Comment