La méthode d'identification HTTP à utiliser pour la connexion à un proxy.
Indique un nom d'utilisateur pour l'identification HTTP.
Pour plus d'informations, voyez : et la section du manuel concernant l'identification HTTP.
Si vous ne souhaitez pas faire d'identification HTTP en utilisant PHP, vous pouvez (et vous devez) ignorer cette étape.
If you don't want to perform HTTP Authentication using PHP, you can (and should) skip this step.
Gestion de la méthode Basic pour l'identification HTTP.
Basic management method for HTTP authentication.
Cet exemple montre comment appliquer l'utilisation d'un script d'identification HTTP de type "Digest".
This example shows you how to implement a simple Digest HTTP authentication script.
Les fonctions d'identification HTTP de PHP ne sont disponibles que si PHP est exécuté comme module Apache, et non pas sous la forme d'un CGI.
The HTTP Authentication hooks in PHP are only available when it is running as an Apache module and is hence not available in the CGI version.
Lorsque vous utilisez PHP avec Apache ou IIS (ISAPI en PHP 5) en tant que module faisant une identification HTTP, cette variable est définie au mot de passe fourni par l'utilisateur.
When running under Apache or IIS (ISAPI on PHP 5) as module doing HTTP authentication this variable is set to the password provided by the user.
Notez également qu'avant PHP 4.3.3, l'identification HTTP ne fonctionne pas sous le serveur Microsoft IIS avec la version CGI de PHP à cause d'une limitation de IIS.
Also note that until PHP 4.3.3, HTTP Authentication did not work using Microsoft's IIS server with the CGI version of PHP due to a limitation of IIS.
Indique le mot de passe pour l'identification http.
Specify password for HTTP authentication.
Ce comportement n'est pas nécessaire par le standard d'identification HTTP Basic.
This behavior is not required by the HTTP Basic authentication standard, so you should never depend on this.
Lorsque vous utilisez PHP avec Apache en tant que module faisant une identification HTTP, cette variable est définie au type d'identification.
When running under Apache as module doing HTTP authenticated this variable is set to the authentication type.