eaz – Traduction – Dictionnaire Keybot

Spacer TTN Translation Network TTN TTN Login Deutsch English Spacer Help
Langues sources Langues cibles
Keybot 37 Résultats  basqueculture.eus
  PHP: error_log - Manual  
// Înștiințează administratorul prin email dacă rămânem fără FOO
// Notify administrator by email if we run out of FOO
  PHP: strftime - Manual  
// Afișează: 1/3/2005 - %V,%G,%Y = 1,2005,2005
// Ausgabe: 03.01.2005 - %V,%G,%Y = 1,2005,2005
echo "1/3/2005 - %V,%G,%Y = " . strftime("%V,%G,%Y",strtotime("1/3/2005")) . "\n";
  PHP: strftime - Manual  
// Afișează: 1/2/2005 - %V,%G,%Y = 53,2004,2005
// Ausgabe: 02.01.2005 - %V,%G,%Y = 53,2004,2005
echo "1/2/2005 - %V,%G,%Y = " . strftime("%V,%G,%Y",strtotime("1/2/2005")) . "\n";
  PHP: strftime - Manual  
// Afișează: 1/3/2003 - %V,%G,%Y = 1,2003,2003
// Ausgabe: 03.01.2003 - %V,%G,%Y = 1,2003,2003
echo "1/3/2003 - %V,%G,%Y = " . strftime("%V,%G,%Y",strtotime("1/3/2003")) . "\n";
  PHP: strftime - Manual  
// Afișează: 1/10/2003 - %V,%G,%Y = 2,2003,2003
// Ausgabe: 10.01.2003 - %V,%G,%Y = 2,2003,2003
echo "1/10/2003 - %V,%G,%Y = " . strftime("%V,%G,%Y",strtotime("1/10/2003")) . "\n";
  PHP: strftime - Manual  
// Afișează: 12/30/2002 - %V,%G,%Y = 1,2003,2002
// Ausgabe: 30.12.2002 - %V,%G,%Y = 1,2003,2002
echo "12/30/2002 - %V,%G,%Y = " . strftime("%V,%G,%Y", strtotime("12/30/2002")) . "\n";
  PHP: strftime - Manual  
// Afișează: 12/31/2004 - %V,%G,%Y = 53,2004,2004
// Ausgabe: 31.12.2004 - %V,%G,%Y = 53,2004,2004
echo "12/31/2004 - %V,%G,%Y = " . strftime("%V,%G,%Y",strtotime("12/31/2004")) . "\n";
  PHP: Descrierea directi...  
Această directivă afișează atenționări Windows CRT la activare. Aceste antenționări erau afișate implicit până în versiunea PHP 5.4.0.
This directive shows the Windows CRT warnings when enabled. These warnings were displayed by default until PHP 5.4.0.
This directive shows the Windows CRT warnings when enabled. These warnings were displayed by default until PHP 5.4.0.
Wenn diese Direktive angeschaltet ist, werden Windows CRT Warnings angezeigt. Vor PHP 5.4.0 wurden diese immer angezeigt.
Esta directiva muestra las advertencias CRT de Windows cuando está establecida. Estas advertencias eran mostradas de forma predeterminada hasta PHP 5.4.0.
このディレクティブを有効にすると、Windows CRT の警告を表示します。 PHP 5.4.0 より前のバージョンでは、これが常に表示されていました。
При включении данной директивы будут отображаться предупреждения Windows CRT. Данные предупреждения ранее показывались по умолчанию до версии PHP 5.4.0.
Etkin olduğunda Windows CRT uyarılarını gösterir. PHP 5.4.0'a kadar bu uyarılar öntanımlı olarak gösterilirdi.
  PHP: strftime - Manual  
// Afișează: 12/28/2002 - %V,%G,%Y = 52,2002,2002
// Ausgabe: 28.12.2002 - %V,%G,%Y = 52,2002,2002
echo "12/28/2002 - %V,%G,%Y = " . strftime("%V,%G,%Y", strtotime("12/28/2002")) . "\n";
  PHP: strftime - Manual  
Example #4 Afișează toate formatele cunoscute și necunoscute.
Example #4 Display all known and unknown formats.
Beispiel #4 Zeige alle bekannten und unbekannten Formate an.
Пример #4 Показываем все известные и неизвестные форматы.
  PHP: Descrierea directi...  
Forțează conformarea cu anul 2000 (va cauza probleme cu navigatoarele nonconformante)
Количество сохраняемых значащих цифр при сериализации чисел с плавающей точкой.
  PHP: date - Manual  
// Afișează ceva de felul: Monday
// Prints something like: Monday
// Gibt etwas aus wie: 'Monday'
// Imprime algo como: Monday
date_default_timezone_set('UTC');
  PHP: date - Manual  
// Afișează ceva de felul: Wed, 25 Sep 2013 15:28:57 -0700
// prints something like: Wed, 25 Sep 2013 15:28:57 -0700
// Affichage de quelque chose comme : 2000-07-01T00:00:00+00:00
// Gibt etwas aus wie: Wed, 25 Sep 2013 15:28:57 -0700
// Imprime algo como: Wed, 25 Sep 2013 15:28:57 -0700
/* пример использования константы в качестве форматирующего параметра */
  PHP: mktime - Manual  
// Afișează ceva de felul: 2006-04-05T01:02:03+00:00
// Affiche quelque chose comme : 2006-04-05T01:02:03+00:00
// Gibt etwas aus wie: 2006-04-05T01:02:03+00:00
echo "July 1, 2000 is on a " . date("l", mktime(0, 0, 0, 7, 1, 2000));
echo "July 1, 2000 is on a " . date("l", mktime(0, 0, 0, 7, 1, 2000));
// Çıktısı: July 1, 2000 is on a Saturday
  PHP: date - Manual  
// Afișează ceva de felul: 2000-07-01T00:00:00+00:00
// prints something like: 2000-07-01T00:00:00+00:00
// Gibt etwas aus wie '2000-07-01T00:00:00+00:00'
// Imprime algo como: 2000-07-01T00:00:00+00:00
  PHP: strftime - Manual  
// Afișează: 12/23/2004 - %V,%G,%Y = 52,2004,2004
// Ausgabe: 23.12.2004 - %V,%G,%Y = 52,2004,2004
echo "12/23/2004 - %V,%G,%Y = " . strftime("%V,%G,%Y",strtotime("12/23/2004")) . "\n";
  PHP: date - Manual  
// Afișează ceva de felul: Wednesday the 15th
// prints something like: Wednesday the 15th
// Gibt etwas ähnliches aus wie 'Wednesday the 15th'
// imprime algo como: Wednesday the 15th
  PHP: date - Manual  
// Afișează ceva de felul: Monday 8th of August 2005 03:12:46 PM
// Prints something like: Monday 8th of August 2005 03:12:46 PM
// Affiche : July 1, 2000 is on a Saturday
// Gibt etwas aus wie: 'Monday 8th of August 2005 03:12:46 PM'
// Imprime algo como: Monday 8th of August 2005 03:12:46 PM
  PHP: MongoCollection::b...  
. Dacă jurnalizarea nu este acticvată, atunci se forțează sincronizarea pe disc a operațiunii de inserare înainte de a întoarce succes. Dacă are valoarea
. If journaling is not enabled, the write operation blocks until it is synced to database files on disk. If
  PHP: date - Manual  
// Afișează: July 1, 2000 is on a Saturday
// Prints: July 1, 2000 is on a Saturday
/* utilise les constantes dans le paramètre format */
// Gibt aus: 'July 1, 2000 ist ein Saturday'
// Imprime: July 1, 2000 is on a Saturday
echo date('l jS \of F Y h:i:s A');
  PHP: MongoCollection::b...  
. Forțează sincronizarea cu jurnalul a operațiunii de inserare, înainte de a întoarce succes. Dacă are valoarea
. Forces the write operation to block until it is synced to the journal on disk. If
  PHP: PDF - Manual  
PDF_show_boxed — Afișează un text într-o casetă [învechit]
PDF_show_boxed — [Obsolète] Affiche le texte dans un cadre
PDF_show_boxed — Gibt Text in eine Box aus [veraltet, nicht empfohlen]
PDF_show_boxed — Imprimir un texto en una caja [obsoleta]
PDF_show_boxed — ボックスにテキストを出力する [古い関数]
PDF_show_boxed — Output text in a box [deprecated]
  PHP: Lista semnelor int...  
Diverse părți ale limbajului PHP sunt reprezentate intern de tipuri precum T_SR. PHP afișează asemenea identificatori în erori de interpretare astfel:
以下のトークンは、すべて PHP の定数としても定義されています。その値は、 PHP のベースとなるパーサ基盤に基づいて自動生成されます。 つまり、トークンの具体的な値は、PHP のバージョンが違えば変わる可能性があるということです。 たとえば
  PHP: PDF - Manual  
PDF_show — Afișează un text în poziția curentă
PDF_show — Affiche le texte à la position courante
PDF_show — Gibt Text an der aktueller Position aus
PDF_show — Imrpimir un texto en la posición actual
PDF_show — 現在の位置にテキストを出力する
PDF_show — Output text at current position
  PHP: Ncurses - Manual  
ncurses_slk_touch — Forțează afișarea când este efectuat ncurses_slk_noutrefresh
ncurses_slk_touch — Force l'affichage lorsque ncurses_slk_noutrefresh est utilisé
ncurses_slk_touch — Obliga a que se produzca salida cuando se ejecute ncurses_slk_noutrefresh
ncurses_slk_touch — ncurses_slk_noutrefresh を実行する際に強制的に出力する
ncurses_slk_touch — Forces output when ncurses_slk_noutrefresh is performed
  PHP: PDF - Manual  
PDF_show_xy — Afișează un text la poziția dată
PDF_show_xy — Affiche un texte à une position donnée
PDF_show_xy — Gibt Text an der angegebenen Position aus
PDF_show_xy — Imprimir un texto en una posición dada
PDF_show_xy — 指定した位置にテキストを出力する
PDF_show_xy — Output text at given position
  PHP: Ncurses - Manual  
ncurses_vidattr — Afișează șirul de caractere la terminal în modul video atribut
ncurses_vidattr — Affiche la chaîne sur un terminal dans le mode d'attribut vidéo
ncurses_vidattr — Desplegar la cadena en la terminal con el atributo de modo de video
ncurses_vidattr — video attribute モードで、端末上に文字列を表示する
ncurses_vidattr — Отобразить строку в терминале в режиме атрибута видео
  PHP: PDF - Manual  
PDF_continue_text — Afișează textul în linia următoare
PDF_continue_text — Affiche du texte à la prochaine ligne PDF
PDF_continue_text — Gibt Text in der nächsten Zeile aus
PDF_continue_text — Imprimir texto en la siguiente línea
PDF_continue_text — 次の行にテキストを出力する
PDF_continue_text — Вывести текст на следующей строке
  PHP: Ncurses - Manual  
ncurses_putp — Aplică informația de completare la șirul de caractere și îl afișează
ncurses_putp — Applique l'information d'espacement à la chaîne et l'affiche
ncurses_putp — Aplicar la información de márgenes a la cadena e imprimirla
ncurses_putp — Apply padding information to the string and output it
  PHP: Ncurses - Manual  
ncurses_addstr — Afișează textul în poziția curentă
ncurses_addstr — Affiche du texte à la position courante
ncurses_addstr — Imprimir texto en la posición actual
ncurses_addstr — 現在の位置にテキストを出力する
ncurses_addstr — Выводить текст в текущей позиции
1 2 Arrow