Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Str/metaphone.php
Назад
<?php declare(strict_types=1); namespace Psl\Str; use function metaphone as php_metaphone; /** * Calculate the metaphone key of a string. * * @param int<0, max> $phonemes This parameter restricts the returned metaphone key to phonemes characters in length. * the default value of 0 means no restriction. * * @return string the metaphone key as a string * * @pure */ function metaphone(string $string, int $phonemes = 0): string { return php_metaphone($string, $phonemes); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка