(ismeretlen PHP verzió)
string chop (string str)
string chop
Returns the argument string without trailing whitespace, including newlines.
Példa 1. Chop() example
1 2 $trimmed = chop ($line); 3
See also trim().