Vertaling van "un array en" 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.
Esta función devuelve un array en el cual cada elemento describe un índice.
This function returns an array in which each element describes an index.
Array de C:... definido como un array en el lenguaje de programación C.
C array:... defined as an array in the programming language C.
Permite, por ejemplo, caminar y transmitir vídeo empleando un array portátil, o montar un array en un amplio intervalo de frecuencia.
You can walk and stream video using a hand-held array, or mount an array on a tripod for stationary measurements.
Devuelve un array en caso de éxito, NULL si no hay más filas a devolver, y FALSE si se produce un error.
Returns an array on success, NULL if there are no more rows to return, and FALSE if an error occurs.
Une los elementos de un array en una única cadena.
En cierto modo, Rest es lo contrario de spread. Spread 'expande' un array en sus elementos, y Rest recoge múltiples elementos y los 'condensa' en uno solo.
In a way, rest syntax is the opposite of spread syntax: spread 'expands' an array into its elements, while rest collects multiple elements and 'condenses' them into a single element.
En este caso, es cuando tenemos un array en orden ascendente del tipo A = [1, 2, 3, 4].
In this case, it is when we have an array in increasing order such as A = [1, 2, 3, 4].
Como ya sabes, un array en PHP se puede definir usando la notación extendida con la palabra clave array
As you already know, an array in PHP can be defined using the extended notation with the keyword array
arsort() - Ordena un array en orden inverso y mantiene la asociación de índices
arsort() - Sort an array in reverse order and maintain index association
Sabemos que el valor de un array en contexto ESCALAR es el número de elementos que contiene.
By now we know that the value of an array in SCALAR context is the number of elements.
Paso 1: Introduzco manualmente Todos los botones del widget en un array en el evento begin play
Step 1: I enter manually All widget buttons in an array in the begin play event
Este ejemplo es obviamente una manera muy poco práctica de encontrar la longitud de un array en JavaScript, pero debe proporcionar suficiente ayuda para permitirte completar los siguientes ejercicios: Ejercicios
This example is obviously a very impractical way to find the length of an array in JavaScript, but should provide enough help to allow you to complete the following exercises: Exercises
Listado 6-116: Agregando valores a un array en una posición específica
Listing 116: Adding values to an array in a specific position