0: php_network_getaddresses: getaddrinfo failed: Name or service not known
Functions Xtscript
AiChat.Wap.Sh
Loại bỏ khoảng trắng (hoặc các ký tự khác) từ đầu của một chuỗi
default rtrim
input =| # default rtrim|
output =| # default rtrim|
# a space can be added (not at the end) as a parta space in the charlist
input = | # default rtrim|
output = | # default rtrim|
# specify a range of characters with ..trim a range of characters
input = ABCDEFGHIJKLMABCDEF
print output = ABCDEFGHIJKLM