Translation of "The array" in German
If
you
do
not
specify
the
keys,
the
array
gets
filled
in
the
order
the
elements
appear
in
the
form.
Wenn
Sie
keinen
Schlüssel
angeben,
wird
das
Array
in
der
Formular-Reihenfolge
gefüllt.
PHP v1
However,
the
internal
pointer
of
the
original
array
is
advanced
with
the
processing
of
the
array.
Trotzdem
wird
der
interne
Arrayzeiger
des
originalen
Arrays
bei
der
Verarbeitung
bewegt.
PHP v1
The
length
of
array
increases
by
the
number
of
variables
pushed.
Die
Länge
von
array
wird
dabei
um
die
Anzahl
der
angefügten
Variablen
erhöht.
PHP v1
If
offset
is
positive,
the
sequence
will
start
at
that
offset
in
the
array.
Ist
offset
positiv,
beginnt
die
Sequenz
bei
diesem
Offset
in
dem
array.
PHP v1
If
function
needs
to
be
working
with
the
actual
values
of
the
array,
specify
the
first
parameter
of
function
as
a
reference.
Dann
werden
alle
Änderungen
an
diesen
Elementen
direkt
in
dem
originalen
Array
durchgeführt.
PHP v1
If
the
input
is
an
associative
array
the
keys
are
preserved.
Ist
input
ein
assoziatives
Array,
bleiben
die
Schlüssel
erhalten.
PHP v1
The
names
of
the
different
keys
of
the
associative
array
are
as
follows:
Die
Bezeichner
der
verschiedenen
Schlüssel
dieses
assoziatien
Arrays
lauten:
PHP v1
It
's
common
to
most
socket
implementations
that
the
only
exception
caught
with
the
except
array
is
out-of-bound
data
received
on
a
socket.
Dies
ist,
wenn
mehr
Daten
ankommen,
als
der
Socket
lesen
kann.
PHP v1
In
order
to
avoid
further
damages,
the
array
was
stopped
from
bending.
Die
Umstrukturierung
wurde
gestoppt,
um
den
Kollektor
nicht
noch
mehr
zu
beschädigen.
WMT-News v2019
Since
PHP
4.2.0,
PHP
returns
an
appropriate
error
code
along
with
the
file
array.
Seit
PHP
4.2.0
gibt
PHP
zusammen
mit
dem
Datei-Array
entsprechende
Fehlermeldungen.
PHP v1
Returns
the
array
consisting
of
removed
elements.
Gibt
das
Array
mit
den
entfernten
Elementen
zurück.
PHP v1
The
structure
of
the
array
is
as
follows.
Die
Struktur
dieses
Array
sieht
wie
folgt
aus.
PHP v1
Individual
values
are
accessed
by
integer
index
in
the
array.
Der
Zugriff
auf
einzelne
Werte
erfolgt
durch
einen
ganzzahligen
Index
im
Array.
PHP v1
Returns
an
EOL-separated
list
of
all
values
in
the
array.
Gibt
eine
durch
Zeilenschaltung
getrennte
Liste
von
allen
Werten
im
Feld
zurück.
KDE4 v2
Returns
an
EOL-separated
list
of
all
keys
in
the
array.
Gibt
eine
durch
Zeilenschaltung
getrennte
Liste
von
allen
Schlüsseln
im
Feld
zurück.
KDE4 v2
Returns
all
elements
in
the
array
in
key\\tvalue\
format.
Gibt
alle
Elemente
im
Feld
im
Schlüssel\\tWert\
Format
zurück.
KDE4 v2