mini\Http\Message\Uri::setUserInfo() Method

protected

Signature

protected function setUserInfo(string $user, ?string $password = NULL)

Parameters

Name Type Default Description
$user string required Documentation missing
$password ?string NULL Documentation missing

Documentation

Set the user info of the url

Source

src/Http/Message/UriTrait.php:297-309