← All docs

chop()

Alias of rtrim: strips whitespace (or other characters) from the end of a string.

chop()

function chop(string $string, string $characters = ' \n\r\t\x0b\x0c\x00'): string

Alias of rtrim: strips whitespace (or other characters) from the end of a string.

Parameters:

  • $string (string)
  • $characters (string), default ' \n\r\t\x0b\x0c\x00', optional

Returns: string

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how chop is implemented in the compiler, see the internals page.