WordPress\AiClientDependencies\Psr\Http\Message

UriInterface::getFragmentpublicWP 1.0

Retrieve the fragment component of the URI.

If no fragment is present, this method MUST return an empty string.

The leading "#" character is not part of the fragment and MUST NOT be added.

The value returned MUST be percent-encoded, but MUST NOT double-encode any characters. To determine what characters to encode, please refer to RFC 3986, Sections 2 and 3.5.

Метод класса: UriInterface{}

Хуков нет.

Возвращает

Строку. The URI fragment.

Использование

$UriInterface = new UriInterface();
$UriInterface->getFragment(): string;

Заметки

Код UriInterface::getFragment() WP 7.0.4

public function getFragment(): string;