Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Str/Byte/trim.php
Назад
<?php declare(strict_types=1); namespace Psl\Str\Byte; use function trim as php_trim; /** * Returns the given string with whitespace stripped from the beginning and end. * * If the optional character mask isn't provided, the following characters will * be stripped: space, tab, newline, carriage return, NUL byte, vertical tab. * * @pure */ function trim(string $string, ?string $char_mask = null): string { return null === $char_mask ? php_trim($string) : php_trim($string, $char_mask); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка