WordPress\AiClientDependencies\Psr\Http\Message
UriInterface::getScheme
Retrieve the scheme component of the URI.
If no scheme is present, this method MUST return an empty string.
The value returned MUST be normalized to lowercase, per RFC 3986 Section 3.1.
The trailing ":" character is not part of the scheme and MUST NOT be added.
Метод класса: UriInterface{}
Хуков нет.
Возвращает
Строку. The URI scheme.
Использование
$UriInterface = new UriInterface(); $UriInterface->getScheme(): string;
Заметки
Код UriInterface::getScheme() UriInterface::getScheme WP 7.0.4
public function getScheme(): string;