InterviewSolution
Saved Bookmarks
| 1. |
Remove whitespace from end of string in PHP |
|
Answer» Here in below code we have used keyword CHOP it is used to remove SPACE from end of string. One more thing is that it will remove trailing not leading space to remove leading space we need trim. |
|