chop
PHP Manual
PHP Manual»String Функції»chop

chop

(PHP 4, PHP 5, PHP 7, PHP 8)

chopПсевдонім rtrim()

Опис

Ця функція є псевдонімом до: rtrim().

Примітки

Зауваження:

chop() is different than the Perl chop() function, which removes the last character in the string.

To Top