Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Str/Byte/capitalize.php
Назад
<?php declare(strict_types=1); namespace Psl\Str\Byte; use function ucfirst; /** * Returns the string with the first character capitalized. * * If the first character is already capitalized or isn't alphabetic, the string * will be unchanged. * * @pure */ function capitalize(string $string): string { return ucfirst($string); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка