WordPress\AiClientDependencies\Nyholm\Psr7

Stream::getUriprivateWP 1.0

Method of the class: Stream{}

No Hooks.

Returns

null. Nothing (null).

Usage

// private - for code of main (parent) class only
$result = $this->getUri();

Stream::getUri() code WP 7.0

private function getUri()
{
    if (\false !== $this->uri) {
        $this->uri = $this->getMetadata('uri') ?? \false;
    }
    return $this->uri;
}