Sie suchten nach: decrementing (Russisch - Englisch)

Menschliche Beiträge

Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.

Übersetzung hinzufügen

Russisch

Englisch

Info

Russisch

incrementing / decrementing operators

Englisch

next

Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:

Russisch

when incrementing or decrementing the value of the variable $i++ happens to be a tad slower then ++$i. this is something php specific and does not apply to other languages, so don’t go modifying your c or java code thinking it’ll suddenly become faster, it won’t. ++$i happens to be faster in php because instead of 4 opcodes used for $i++ you only need 3. post incrementation actually causes in the creation of a temporary var that is then incremented.

Englisch

when incrementing or decrementing the value of the variable $i++ happens to be a tad slower then ++$i. this is something php specific and does not apply to other languages, so don’t go modifying your c or java code thinking it’ll suddenly become faster, it won’t. ++$i happens to be faster in php because instead of 4 opcodes used for $i++ you only need 3. post incrementation actually causes in the creation of a temporary var that is then incremented.

Letzte Aktualisierung: 2018-02-21
Nutzungshäufigkeit: 1
Qualität:

Eine bessere Übersetzung mit
8,914,714,154 menschlichen Beiträgen

Benutzer bitten jetzt um Hilfe:



Wir verwenden Cookies zur Verbesserung Ihrer Erfahrung. Wenn Sie den Besuch dieser Website fortsetzen, erklären Sie sich mit der Verwendung von Cookies einverstanden. Erfahren Sie mehr. OK