Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/libraries/vendor/fig/link-util/src/TemplatedHrefTrait.php
Назад
<?php namespace Fig\Link; trait TemplatedHrefTrait { /** * Determines if an href is a templated link or not. * * @see https://tools.ietf.org/html/rfc6570 * * @param string $href * The href value to check. * * @return bool * True if the specified href is a templated path, False otherwise. */ private function hrefIsTemplated(string $href): bool { return str_contains($href, '{') || str_contains($href, '}'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка