OpenSwoole\Core\Psr\Uri->withUserInfo

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\Core\Psr\Uri->withUserInfo()

Parameters

user

The user name to use for authority.

password

The password associated with $user.

Return

Description

Set the URI user information.

Last updated on September 23, 2022