34,333
edits
Changes
→Removing Leading and Trailing Whitescape from a PHP String
</pre>
== Removing Leading and Trailing Whitescape Whitespace from a PHP String ==
The leading and trailing whitespcae can be removed from a string using the PHP ''trim()'' function. Whitespace characters are defined by PHp to be space, tab, newline, carriage return, NULL and vertical tab characters.