Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
אושרcollection of article headers
approuvécollection of article headers
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
דוור- xcollection of article headers
client de messageriecollection of article headers
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
גירסת- mimecollection of article headers
version mimecollection of article headers
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
ללא- ארכיון- xcollection of article headers
x-no-archivecollection of article headers
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
קידוד- העברת- התכניםcollection of article headers
encodage du contenu lors du transfertcollection of article headers
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
הצגת רשימת הכותרות בצורה מהודרתview - > headers - >
afficher la liste des en-têtes dans un style entrepriseview- > headers- >
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
unlikely the cgi sapi, no headers are written to the output.
contrairement au cgi sapi, aucun entête http n 'est écrits dans le résultat.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
הצגת רשימה ארוכה של כותרות הודעהview - > headers - >
afficher la liste des en-têtes de messages au format longview- > headers- >
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
this example will display all the request headers for the current request.
?php $headers = getallheaders(); while (list($entete, $valeur) = each($headers)) {echo "$entete: $valeur br \n";}?
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
the cache limiter controls the cache control http headers sent to the client.
le limiteur de cache contrôle les entêtes http envoyés au client.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
this function returns an associative array of all the http headers in the current request.
getallheaders() renvoie un tableau associatif de toutes les en-têtes http de la requête courante.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
מחרוזת הזיהוי של השרת שמועברת בכותרים (headers) בעת משוב לפניות (requests).
les variables d'entrées et de serveurs ne sont plus par défaut placées dans le contexte d 'exécution global.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
cookies must be sent before any other headers are sent (this is a restriction of cookies, not php).
les cookies doivent passer avant toute autre en-tête (c'est une restriction des cookies, pas de php).
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
in safe mode, headers beginning with 'authorization' (case-insensitive) will not be returned.
vérifie que le fichier / dossier que vous allez utiliser a le même uid que le script qui est actuellement exécuté..
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
/* recipients * / $to = "moshe moshe@example.com". ","; / /אל תשכח את הפסיק! $to .= "david david@example.com "; / * subject * / $subject = "birthday reminders for august"; / * message * / $message = 'html head title birthday reminders for august / title / head body p here are the birthdays upcoming in august! / p table tr th person / th th day / th th month / th th year / th / tr tr td joe / td td 3rd / td td august / td td 1970 / td td sally / td td 17th / td td august / td td 1973 / td / tr / table / body / html'; / * בכדי לשלוח דואר מסוג html, את יכול לקבוע את כותרות סוג התוכן (content-type).* / $headers = "mime-version:
rappel d'anniversaire birthday@php.net \n"; $headers .= "x-sender: birthday@php.net \n"; $headers .= "x-mailer:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta