WordPress\AiClientDependencies\Nyholm\Psr7
Uri::getUserInfo
Method of the class: Uri{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Uri = new Uri(); $Uri->getUserInfo(): string;
Uri::getUserInfo() Uri::getUserInfo code WP 7.0
public function getUserInfo(): string
{
return $this->userInfo;
}