Vertaling van "si un array" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Cuando no hay más valores que se puedan proporcionar, la función generadora puede simplemente terminar, y el código desde el que se la llama continuará como si un array se hubiera quedado sin valores.
Once there are no more values to be yielded, then the generator function can simply exit, and the calling code continues just as if an array has run out of values.
Por defecto, si un array no fue declarado previamente y usted aplica un comando que incluye un campo de tipo Alfa como parámetro, se atribuye el tipo Texto al array.
By default, if an array was not previously declared and you apply a command that includes a String type field as a parameter, the default data type assigned to the array is Text.
Es muy útil saber si un array es indexado o asociativo.
$Cuando se usa addCssStyle() se puede especificar si un array de pares clave-valor corresponde a nombres y valores de la propiedad CSS correspondiente o a una cadena de texto como por ejemplo width: 100px; height: 200px;.
When using addCssStyle(), you can specify either an array of key-value pairs, corresponding to CSS property names and values, or a string such as width: 100px; height: 200px;.
ArrayIterator::valid - Comprueba si un array contiene más entradas
ArrayIterator::valid() - Check whether array contains more entries
Si un array particular de información añade un nuevo atributo, una parte de código de un software procedural podría requerir (en el peor de los escenarios) que el nuevo atributo deba ser añadido a cada función que use el array.
If a particular array of information gains a new attribute, a procedural piece of software may require (in a worst-case scenario) that the new attribute be added to each function that uses the array.
Determina si un array incluye un cierto elemento, Retorna un nuevo Array Iterator que contiene las claves para cada índice en el array.