Home PHP Manipulating Strings

PHP - Manipulating Strings



Of all data types PHP supports, strings are probably the ones most often used. One of the reasons for this is that, at some point, a string representation of something is needed when sending out something to the client.

[Next]