From professional translators, enterprises, web pages and freely available translation repositories.
migration: new while..endwhile syntax
migrazione: nuova sintassi di while..endwhile
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
ללולאות do..while יש צורת תחביר אחת בלבד:
È ammessa una sola sintassi per il ciclo do..while:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
בדוק איותcheck spelling while typing context menu item
controllo ortograficocheck spelling while typing context menu item
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
אטימותa progressive jpeg file can be displayed while loading.
di basea progressive jpeg file can be displayed while loading.
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
script execution is not block while query is executing.
l 'esecuzione dello script non viene interrotta mentre le query sono in esecuzione.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
לדוגמאות נוספות, ראה גם בפרקים על while, for, ו - if.
vedere anche while, for, e if per ulteriori esempi.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
just like with if..endif, the syntax of while..endwhile has changed as well:
stesso come con if..endif, la sintassi di while..endwhile è anche cambiata:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
if you use the old while..endwhile syntax in php 3.0, you will get a never-ending loop.
usando la vecchia sintassi di while..endwhile in php 3.0, otterreste un ciclo infinito.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
פקודת break תגרום לעצירת הריצה של מבנה הבקרה הנוכחי מסוג for, foreach while, do..while או switch.
break termina l 'esecuzione di una struttura for, foreach while, do..while o switch.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
×פת×ר ××פ×סsmooth out the curves while drawing
restauro delle immagini & cimg... smooth out the curves while drawing
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
in non-blocking mode an fgets() call will always return right away while in blocking mode it will wait for data to become available on the socket.
in modo non-blocking una chiamata a fgets() restituirà sempre subito i dati, mentre in modalità blocking, essa attenderà che i dati siano disponibili nel socket.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
form 4.3.0, result_type is default to pgsql_assoc while older versions 'default was pgsql_both.
dalla versione 4.3.0, tipo_risultato è di default a pgsql_assoc mentre il default delle versioni precedenti era pgsql_both.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
תכנתי c מתקדמים מכירים את השימושים השונים בלולאת do..while לצרכי עצירת הרצה באמצע בלוקים של קוד על-ידי שימוש בלולאת do..while ושימוש ב פקודת break. הקוד הבא מדגים זאת:
il codice che segue esemplifica questa possibilità:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
$fd = fopen ("/ tmp / inputfile.txt", "r"); while (!feof ($fd)) {$buffer = fgets($fd, 4096); echo $buffer;} fclose ($fd);
$fd = fopen ("/ tmp / inputfile.txt", "r"); while (!feof ($fd)) {$buffer = fgets($fd, 4096); echo $buffer;} fclose ($fd);
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting