What is the translation of " EIN ASSOZIATIVES ARRAY " in English?

an associative array

Examples of using Ein assoziatives array in German and their translations into English

{-}
  • Programming category close
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Official/political category close
  • Political category close
Diese Funktion liefert Ihnen nur ein assoziatives Array.
It only returns an associative array.
Rückgabewert: ein assoziatives Array mit allen Apache-Antwort Headern.
Returns an array of all Apache response headers.
Result_type kann INGRES_NUM für ein numerisches Array sein oder INGRES_ASSOC für ein assoziatives Array, oder INGRES_BOTH Standard.
Result_type can be INGRES_NUM for enumerated array, INGRES_ASSOC for associative array, or INGRES_BOTH default.
Ist input ein assoziatives Array, bleiben die Schlüssel erhalten.
If the input is an associative array the keys are preserved.
Diese Funktion liefert Ihnen nur ein assoziatives Array. Parameter-Liste.
It only returns an associative array. Parameters.
Combinations with other parts of speech
 Es nimmt ein assoziatives array wie dieses: regdate>"Datum der Registrierung.
It takes an associative array, like this: regdate>"Registration Date.
Das erste Argument ist ein String der die Tabelle benennt,und das zweite Argument ist ein assoziatives Array das den Spaltennamen Datenwerte zuordnet.
The first argument is a string that names the table,and the second argument is an associative array, mapping column names to data values.
Pathinfo() gibt ein assoziatives Array mit Informationen über den Pfad path zurück.
Pathinfo() returns an associative array containing information about path.
Diese Methode benötigt drei Argumente:Das Erste ist der Name der Tabelle und das Zweite ist ein assoziatives Array das den zu Ändernden Spalten neue Werte zuordnet.
This method takes three arguments: thefirst is the name of the table; the second is an associative array mapping columns to change to new values to assign to these columns.
Ein assoziatives Array, das standardmäßig den Inhalt von $_GET, $_POST und $_COOKIE enthält.
An associative array that by default contains the contents of$_GET,$_POST and$_COOKIE.
Die describeTable() Methode gibt ein assoziatives Array von MetaDaten über die Tabelle zurück.
The describeTable() method returns an associative array of metadata about a table.
Gibt ein assoziatives Array mit den Objekt Ids und den dazugehörigen Objektwerten zurück, der mit der object_id als Wurzel beginnt, oder FALSE bei einem Fehler.
Returns an associative array with object ids and their respective object value starting from the object_id as root and FALSE on error.
Der zugehörige Wert jeder Spalte ist ebenfalls ein assoziatives Array mit den folgenden Schlüsseln und Werten.
The value corresponding to each column is also an associative array, with the following keys and values.
Liefert ein assoziatives Array(???) von Status- und Returncodes des letzten SQL- Aktion Abfrage/ Statement(???)/ Befehl.
Returns an associative array of status and return codes for the last SQL query/ statement/ command.
Der Konstruktor und die setConfig() Methode akzeptieren ein assoziatives Array mit Konfigurationsparametern oder ein Zend_Config Objekt.
The constructor and setConfig() method accept an associative array of configuration parameters, or a Zend_Config object.
Gibt ein assoziatives Array mit Rot-, Grün- und Blau-Werten zurück, die die Werte des Farb-Paletten-Index von im darstellen.
This returns an associative array with red, green, and blue keys that contain the appropriate values for the specified color index.
Beschreibung Diese Funktion parst einen URL und gibt ein assoziatives Array zurück, das die im URL vorhandenen Komponenten enthält.
Description This function parses a URL and returns an associative array containing any of the various components of the URL that are present.
Gibt ein assoziatives Array für das mit result_id angegebene Abfrageergebnis zurück, mit den Feldnamen als Schlüssel und den SQL-Eigenschaften der Felder als Daten.
Returns an associative array with fieldnames as key and the SQL fieldproperties as data for a query with result_id. Returns FALSE on error.
Der Parameter flags kann zwei Flag-Werte annehmen: ist das ORA_FETCHINTO_NULLS -Flag gesetzt, werden Felder mit dem Wert NULL im Arraygesetzt; ist das Flag ORA_FETCHINTO_ASSOC gesetzt, wird ein assoziatives Array erzeugt.
The flags has two flag values: if the ORA_FETCHINTO_NULLS flag is set, columns with NULL values are set in the array;and if the ORA_FETCHINTO_ASSOC flag is set, an associative array is created.
Das ist einfach ein assoziatives Array mit Daten welche das Event beschreiben das an die Writer übergeben wird.
This is simply an associative array with data describing the event that is passed to the writers.
Php ingres_connect($database, $user, $password); ingres_query("select* from table"); while($row ingres_fetch_array()){echo $row["user_id"];benutzt ein assoziatives Array echo $row["fullname"]; echo $row[1]; benutzt ein numerisches Array echo $row[2];}?
Php ingres connect($ database,$ user,$ password); ingres query ("select* from table"); while($row ingres fetch array()){ echo$ row[" user id"];using associative array echo$row["fullname"]; echo$row[1]; using enumerated array echo$row[2];}?
URI_GET_LAST_NAMES gibt ein assoziatives Array zurück, dessen Schlüssel-Spalte die IDs und dessen Werte-Spalte die Nachnamen enthält.
URI_GET_LAST_NAMES returns an associative array where the keys are the ids and the values are the last names.
Um dies zu erreichen, Ã1⁄4bergeben wir ein assoziatives array, $data als zweiten Parameter im Aufruf $this-> load-> view.
To achieve this, we shall pass an associative array,$data as the second parameter in the$this-> load-> view() call.
Diese Funktion gibt ein assoziatives Array zurück, das Informationen über die Benutzerin enthält, auf die die in uid übergebene numerische Benutzer-ID verweist.
Returns an associative array containing information about a user referenced by a numeric user ID, passed in the uid parameter.
Das zweite Argument der factory() Methode kann ein assoziatives Array sein das Einträge enthält die den Parameters des Adapters entsprechen.
The second argument of the factory() method may be an associative array containing entries corresponding to adapter parameters.
Diese Funktion gibt ein assoziatives Array mit den Elementen"errcode" und, falls"errcode"den Wert FALSE hat,"outbuff"(string),"outLth"(long) und"macbuff"(string) zurück.
The function returns an associative array with the elements"errcode" and, if"errcode"is FALSE,"outbuff"(string),"outLth"(long) and"macbuff" string.
Funktion sesam_fetch_array()(liefert ein assoziatives Array) und sesam_fetch_result() liefert viele Zeilen pro Aufruf???
Sesam_fetch_array() which returns an associative array, and sesam_fetch_result() which returns many rows per invocation?
Das $GLOBALS-Array ist ein assoziatives Array mit dem Bezeichner der globalen Variablen als Schlüssel und dem Inhalt dieser Variablen als Wert des Array-Elements.
The$GLOBALS array is an associative array with the name of the global variable being the key and the contents of that variable being the value of the array element.
Headers kann entweder ein assoziatives Array sein, mit Indizes aus den Headernamen, oder ein indiziertes Array, wobei jedes Element eine einzelne Header-Zeile enthält.
Headers can be either an associative array keyed by header name, or an indexed array, where each element contains a single header line.
Zur Erleichterung akzeptiert die setParameterGet() Methode auch ein einzelnes assoziatives Array mit GET Parameter als Name=> Wert Variablen, was beim setzen von mehreren GET Parametern komfortabler sein kann.
For convenience, the setParameterGet() method can also accept a single associative array of name=> value GET variables- which may be more comfortable when several GET parameters need to be set.
Results: 50, Time: 0.0194

Word-for-word translation

Top dictionary queries

German - English