PHP's trim() function removes all whitespace from the beginning and the end of a string. Here's an example: $myString = " Hello there! "; // ...
確定! 回上一頁