Beispiele für die verwendung von Associative array auf Englisch und deren übersetzungen ins Deutsch
{-}
-
Programming
-
Computer
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Official/political
-
Political
Usually associative array such.
Functions that return multiple values return them in an associative array.
Returns: An associative array containing the response.
Unpack() works slightly different fromPerl as the unpacked data is stored in an associative array.
Zwracane wartości An associative array with the record.
An associative array that by default contains the contents of$_GET,$_POST and$_COOKIE.
The value corresponding to each column is also an associative array, with the following keys and values.
The keys of the associative array are the columns or column aliases named in the select query.
Parse_ini_file() loads in the ini file specified in filename,and returns the settings in it in an associative array.
They are similar to the associative array of other programming languages.
Instantiating Zend_Registry using its constructor also makesinitializing the entries in the registry simple by taking an associative array as an argument.
The function returns an associative array of the keys and values in the response.
The first argument is a string that names the table,and the second argument is an associative array, mapping column names to data values.
Pg_convert-- Convert associative array values into suitable for SQL statement.
Implementing the widget” This series will describe how to implement the project on JavaScript and thustake advantage of the distinctive features of language, including the associative array and circuit functions.
URI_GET_LAST_NAMES returns an associative array where the keys are the ids and the values are the last names.
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.
The constructor and setConfig() method accept an associative array of configuration parameters, or a Zend_Config object.
Returns an associative array, where the key is the numeric position of the word inside the string and the value is the actual word itself.
Returns the error number and error string, in an associative array, of any bzip2 error returned by the file pointer bz.
Returns an associative array containing information about a user referenced by a numeric user ID, passed in the uid parameter.
The second argument of the factory() method may be an associative array containing entries corresponding to adapter parameters.
Returns an associative array with object ids and their respective object value starting from the object_id as root and FALSE on error.
If register_globals is disabled,only members of the global associative array$_SESSION can be registered as session variables.
You must use an associative array, a numerically indexed array will not produce results unless you use EXTR_PREFIX_ALL or EXTR_PREFIX_INVALID.
Note that if your select-list contains more than one column with the same name, for example if they are from two different tables in a JOIN,there can be only one entry in the associative array for a given name.
Headers can be either an associative array keyed by header name, or an indexed array, where each element contains a single header line.
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];}?
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.
Mark shell variables as unchangeable. Mark each NAME as read-only; the values of these NAMEs may not be changed by subsequent assignment. If VALUE is supplied, assign VALUE before marking as read-only.Options:-a\trefer to indexed array variables-A\trefer to associative array variables-f\trefer to shell functions-p\tdisplay a list of all readonly variables and functions An argument of'--'disables further option processing. Exit Status: Returns success unless an invalid option is given or NAME is invalid.