Vertaling van "array syntax" in Spaans
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.
We can access individual elements of many-valued properties using array syntax.
Se puede acceder a elementos de propiedades polievaluadas usando la sintaxis de array.
We can also access properties using associative array syntax.
Data object properties can be accessed via their property index using array syntax.
Se pueden acceder a las propiedades de objetos de datos mediante sus índices de propiedad usando la sintaxis de array.
Using the associative array syntax, this is equivalent to
Usando la sintaxis de array asociativo, lo anterior es equivalente a
The properties of the data object can be accessed using either object syntax or associative array syntax.
Se pueden acceder a las propiedades del objeto de datos usando la sintaxis de objeto o la sintaxis de array asociativo.
The properties of the data object can be accessed using either object syntax or associative array syntax.
Se pueden acceder a las propiedades de objetos de datos mediante sus índices de propiedad usando la sintaxis de array.
As of PHP 5.4 you can also use the short array syntax, which replaces array() with [].
A partir de PHP 5.4 también se puede usar la sintaxis de array corta, la cual puede ser un integer o un string.
In PHP 4, you may use PHP array syntax to read/write such a property, but only a single dimension is allowed.
En PHP 4 se puede usar la sintaxis de array de PHP para leer/escribir tales propiedades, pero únicamente se permite una sola dimensión.
The first is the standard XPath array syntax with the indexing starting at one, the second is an SDO extension to XPath with an index starting at zero.
La primera es la sintaxis de array estándar de XPath con el índice comenzando por uno, la segunda es una extensión de SDO para XPath con un índice comenzando por cero.
Short array syntax has been added, e.g.
If you need more control, you can define your associations using array syntax.
I looked over the new array syntax and, tbh, I really don't see how there's any actual improvement there.
Miré sobre la nueva sintaxis de matriz y tbh, realmente no veo cómo theres ninguna mejora real allí.
The latter uses the typical array syntax to fetch the second item in the list.