Download for Windows Premium
Publiciteit
array pointer
Arrayzeiger m
7.0.0 foreach does not use the internal array pointer anymore.
7.0.0 foreach verwendet den internen Arrayzeiger nicht mehr.
As foreach relies on the internal array pointer changing it within the loop may lead to unexpected behavior.
Da foreach sich unter PHP 5 auf den internen Arrayzeiger verlässt, kann es zu unerwartetem Verhalten führen, wenn dieser innerhalb der Schleife verändert wird.
When calling a function, it must be guaranteed that the array pointer and the length reference match.
Bei dem Aufruf muss also sichergestellt werden, das der Pointer auf das Array und die Längenangabe übereinstimmen.
If an array pointer is passed to a function, its elements can be accessed as usual through [...] indices
Wird ein Array-Pointer an eine Funktion übergeben, kann auf seine Elemente wie üblich durch [...] -Indices zugegriffen werden
Returns the array value in the previous place that's pointed to by the internal array pointer, or FALSE if there are no more elements.
Gibt das erste Element des Arrays zurück oder FALSE wenn das Array leer ist.
Returns the array value in the next place that's pointed to by the internal array pointer, or FALSE if there are no more elements.
Liefert den Wert des Elements vor der Position des Arrays, auf die der interne Zeiger gerade zeigt.
Note: This function will reset() the array pointer after use.
Hinweis: Diese Funktion setzt (reset()) nach Verwendung den array -Zeiger zurück.
Returns the array value in the next place that's pointed to by the internal array pointer, or FALSE if there are no more elements. Warning
Gibt den Wert des nächsten Elements des Arrays zurück, auf das der interne Zeiger des Arrays gerade zeigt. Sind keine Elemente mehr vorhanden, wird FALSE zurückgegeben. Warnung
This syntax is useful when you pass an array pointer as a parameter to the PROCESS 4D TAGS command.
Diese Syntax ist hilfreich, wenn Sie im Befehl PROCESS 4D TAGS als Parameter einen Array Zeiger übergeben.
When foreach first starts executing, the internal array pointer is automatically reset to the first element of the array.
Zu Beginn der Ausführung unter PHP 5 setzt foreach den internen Arrayzeiger automatisch auf das erste Element des Arrays zurück.
Therefore, the array pointer is not modified as with the each() construct, and changes to the array element returned are not reflected in the original array.
Deshalb wird auch der Arrayzeiger nicht wie bei dem each()-Konstrukt verändert und Veränderungen an ausgegebenen Arrayelementen haben keine Auswirkung auf das originale Array.
On each loop, the value of the current element is assigned to $value and the internal array pointer is advanced by one (so on the next loop, you'll be looking at the next element).
Bei jedem Durchlauf wird der Wert des aktuellen Elementes der Variable $value zugewiesen und der interne Array-Zeiger um eins erhöht (womit im nächsten Durchlauf das nächste Element betrachtet wird).
In PHP 5, when foreach first starts executing, the internal array pointer is automatically reset to the first element of the array.
Zu Beginn der Ausführung setzt foreach den internen Arrayzeiger automatisch auf das erste Element des Arrays zurück.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor array pointer in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
hay bale: large bundle of hay tied together for transport or storage
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 13. Exact: 13. Verstreken tijd: 29 ms.