eaz – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 36 Results  www.villinonoel.it
  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: Descrierea directi...  
Forțează conformarea cu anul 2000 (va cauza probleme cu navigatoarele nonconformante)
Количество сохраняемых значащих цифр при сериализации чисел с плавающей точкой.
  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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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.
  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: 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: 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: 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 — Выводить текст в текущей позиции
  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ă: 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: mktime - Manual  
// Afișează: July 1, 2000 is on a Saturday
// Affiche : July 1, 2000 est un Saturday
// Gibt aus: July 1, 2000 is on a Saturday
date_default_timezone_set('UTC');
date_default_timezone_set('UTC');
date_default_timezone_set('UTC');
  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: Ncurses - Manual  
ncurses_waddstr — Afișează un text în poziția curentă din fereastră
ncurses_waddstr — Affiche le texte à la position courante dans la fenêtre
ncurses_waddstr — Imprime un texto en la posición actual de una ventana
ncurses_waddstr — ウィンドウ内の現在位置にテキストを出力する
ncurses_waddstr — Выводит текст в текущей позиции в окне
  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 — 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: Descrierea directi...  
Această directivă folosită cu Apache1 și mod mod_php forțează terminarea copilului Apache dacă în scriptul sa atins limita de execuție. Acea limită causa un apel către longjmp() î Apache1 care ar putea lăsa unele extensii într-o stare inconsisentă.
This is an Apache1 mod_php-only directive that forces an Apache child to exit if a PHP execution timeout occurred. Such a timeout causes an internal longjmp() call in Apache1 which can leave some extensions in an inconsistent state. By terminating the process any outstanding locks or memory will be cleaned up.
  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/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: 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: 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 Показываем все известные и неизвестные форматы.
1 2 Arrow