else if
- Ejemplos
Puedes encadenar tantos else if a otras declaraciones si lo necesitas. | You can chain as many else if statements together as you need. |
Evite agregar un espacio después de else dentro de la palabra clave elseif (else if). | Avoid adding a space after else within the elseif keyword (else if). |
El nuevo bloque está en el medio, pero es casi idéntico al otro bloque else if, solo unas pocas cosas se invierten. | The new block is in the middle, but it's nearly identical to the other else if block, only a few things are reversed. |
En PHP, también se puede escribir 'else if' (con dos palabras) y el comportamiento sería idéntico al de un 'elseif' (una sola palabra). | In PHP, you can also write 'else if' (in two words) and the behavior would be identical to the one of 'elseif' (in a single word). |
En PHP también se puede escribir 'else if' (en dos palabras) y el comportamiento sería idéntico al de 'elseif' (en una sola palabra). | In PHP, you can also write 'else if' (in two words) and the behavior would be identical to the one of 'elseif' (in a single word). |
