Usted buscó: decrementing (Ruso - Inglés)

Ruso

Traductor

decrementing

Traductor

Inglés

Traductor
Traductor

Traduce al momento textos, documentos y pistas de voz con Lara

¡Traducir ahora!

Contribuciones humanas

De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.

Añadir una traducción

Ruso

Inglés

Información

Ruso

incrementing / decrementing operators

Inglés

next

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Ruso

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.

Inglés

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.

Última actualización: 2018-02-21
Frecuencia de uso: 1
Calidad:

Obtenga una traducción de calidad con
8,934,521,510 contribuciones humanas

Usuarios que están solicitando ayuda en este momento:



Utilizamos cookies para mejorar nuestros servicios. Al continuar navegando está aceptando su uso. Más información. De acuerdo