Translation of "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
			
																						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
			
																						Otherwise,
																											it
																											returns
																											an
																											array
																											of
																											keys
																											for
																											the
																											random
																											entries.
																		
			
				
																						Andernfalls
																											wird
																											ein
																											Array
																											mit
																											den
																											Schlüsseln
																											der
																											zufälligen
																											Einträge
																											zurückgegeben.
															 
				
		 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
			
																						You
																											may
																											also
																											have
																											an
																											array
																											with
																											less
																											values
																											at
																											the
																											end.
																		
			
				
																						Am
																											Ende
																											kann
																											auch
																											ein
																											Array
																											mit
																											weniger
																											Werten
																											erzeugt
																											werden.
															 
				
		 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
			
																						If
																											only
																											two
																											parameters
																											were
																											passed
																											to
																											this
																											function,
																											the
																											values
																											parsed
																											will
																											be
																											returned
																											as
																											an
																											array.
																		
			
				
																						Sind
																											nur
																											2
																											Parameter
																											angegeben,
																											werden
																											die
																											analysierten
																											Werte
																											als
																											Array
																											zurückgegeben.
															 
				
		 PHP v1
			
																						The
																											row
																											is
																											returned
																											as
																											an
																											array.
																		
			
				
																						Die
																											Zeile
																											wird
																											als
																											Array
																											zurückgegeben.
															 
				
		 PHP v1
			
																						Returns
																											the
																											Informix
																											SQL
																											fieldproperties
																											of
																											every
																											field
																											in
																											the
																											query
																											as
																											an
																											associative
																											array.
																		
			
				
																						Die
																											Informix
																											SQL
																											Eigenschaften
																											jedes
																											Feldes
																											der
																											Ergebnismenge
																											werden
																											als
																											assoziatives
																											Array
																											zurückgegeben.
															 
				
		 PHP v1
			
																						Returns
																											TRUE
																											if
																											var
																											is
																											an
																											array,
																											FALSE
																											otherwise.
																		
			
				
																						Liefert
																											TRUE,
																											wenn
																											var
																											ein
																											Array
																											ist,
																											sonst
																											FALSE.
															 
				
		 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