Vertaling van "a 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.
El método push es muy práctico para añadir valores a un array.
The push method returns the last element added to an array.
La asignación a un array es una de ellas
A menudo necesitas convertir un objeto o un array de objetos a un array.
El ejemplo más simple son los descriptores de fichero de un proceso de usuario, que son índices a un array de canales.
The simplest example is a user process's file descriptors, which are indexes into an array of channels.
push() añade uno o más elementos a un array.
Esto significa que los cambios realizados a un array durante una iteración no afectarán a los valores que se recorren.
This means that changes to the array made during iteration will not affect the values that are iterated.
Como regla, iteradores a un array nunca son invalidados durante la vida del array.
As a rule, iterators to an array are never invalidated throughout the lifetime of the array.
push() añade uno o más elementos a un array.
A menudo necesitas convertir un objeto o un array de objetos a un array.
Often you need to convert an object or an array of objects into an array.
Si convierte un object a un array, el resultado es una matriz cuyos elementos son las propiedados del objeto.
If an object is converted to an array, the result is an array whose elements are the object's properties.
Por ejemplo, al añadir valores a un array mientras se recorre dará como resultado también el recorrido de los valores añadidos
For example, appending to an array while iterating will now result in the appended values being iterated over as well
Las funciones swprintf y vswprintf realizan la salida de caracteres anchos a un array de caracteres anchos.
The swprintf() and vswprintf() functions perform wide-character output to an array of wide characters.
Para cualquiera de los tipos: integer, float, string, boolean y resource, convertir un valor a un array resulta en una matriz con un solo elemento, con índice 0, y el valor del escalar que fue convertido.
For any of the types: integer, float, string, boolean and resource, converting a value to an array results in an array with a single element with index zero and the value of the scalar which was converted.