WordPress\AiClientDependencies\Nyholm\Psr7
Stream::getUri
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() Stream::getUri code WP 7.0
private function getUri()
{
if (\false !== $this->uri) {
$this->uri = $this->getMetadata('uri') ?? \false;
}
return $this->uri;
}