Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Str/Byte/trim_left.php
Назад
<?php declare(strict_types=1); namespace Psl\Str\Byte; use function ltrim; /** * Returns the given string with whitespace stripped from the left. * * 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_left(string $string, ?string $char_mask = null): string { return null === $char_mask ? ltrim($string) : ltrim($string, $char_mask); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка