Funkce chop
Funkce chop odstraňuje mezery z konce
řetězce. Je analogií funkce rtrim.
Syntaxe
chop(string $string, string $characters = " \t\n\r\0\x0B"): string
Funkce chop odstraňuje mezery z konce
řetězce. Je analogií funkce rtrim.
chop(string $string, string $characters = " \t\n\r\0\x0B"): string