Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Php Apache

Php (fr) Apache Const

QuestionAnswer
[Apache Cons] Le nom du serveur hote qui execute le script. Si le script est exexute sur un hote virtuel, ce sera la valeur d efinie pour cet hote virtuel. SERVER_NAME
[Apache Cons] Version du serveur. SERVER_SOFTWARE
[Apache Cons] Methode de requete utilisee pour acceder a la page ('GET', 'HEAD', 'POST', 'PUT'). REQUEST_METHOD
[Apache Cons] La chaine de requ¨ºte de l url (la chaine elle meme. si elle existe) QUERY_STRING
[Apache Cons] La racine sous laquelle le script courant est execute (path defini dans la configuration du serveur). DOCUMENT_ROOT
[Apache Cons] Contenu de l'entete "connection" : de la requete courante (si elle existe ex: 'Keep-Alive'). HTTP_CONNECTION
[Apache Cons] Contenu de l'entete "Host" de la requete courante (si elle existe). HTTP_HOST
[Apache Cons] L'adresse de la page (si elle existe) qui a conduit le client a la page courante. Cette valeur est affectee par le client, et tous les clients ne l ont pas. HTTP_REFERER
Cette chaine decrit le navigateur utilise pour affiche la page HTML. Vous pouvez utiliser cette valeur avec get_browser() pour optimiser votre page. HTTP_USER_AGENT
[Apache Cons] L'adresse IP du client qui demande la page HTML au serveur web. REMOTE_ADDR
[Apache Cons] La valeur donnee la directive qui determine l administrateur du serveur dans le fichier de configuration. Si le script est execute par un hote virtuel, cela sera la valeur definie par l'hote virtuel. SERVER_ADMIN
[Apache Cons] Chemin dans le systeme de fichier (du document root) jusqu'au script courant, une fois que le serveur a fait une traduction virtuel->reel. PATH_TRANSLATED
[Apache Cons] Contient le nom du script courant. Tout comme $PHP_SELF, cela sert lorsque les pages doivent s'appeler elles-m¨ºmes. SCRIPT_NAME
[Apache Cons] Chaine contenant l'urI qui a ete demande et fourni pour acceder a cette page (ex: '/index.html'). REQUEST_URI
[Apache Func] Returns the Apache version on success or FALSE on failure. string apache_get_version ( void )
[Apache Func] Ecrivez une fonction qui retourne la version d apache. <?php $version = apache_get_version(); echo "$version\n"; ?> peut retourner : Apache/1.3.29 (Unix) PHP/4.3.4
Created by: dcrypto
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards