使用 HTTP 身份验证时,PHP 程序中的用户名和密码存储在哪里?

Where are the username and password stored in a PHP program when you are using HTTP authentication?

PHP 程序中存储的用户名和密码在哪里 使用 HTTP 身份验证?

$_SERVER['PHP_AUTH_USER'] 和 $_SERVER['PHP_AUTH_PW']

来源:https://secure.php.net/manual/en/features.http-auth.php