Examples of using Returns an array in English and their translations into Korean
{-}
-
Programming
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
Object. keys(obj)- returns an array of keys.
Returns: an array containing all of the elements in this queue.
Object. values(obj)- returns an array of values.
Returns an array with the statistics of the file with the following elements.
Object. entries(obj)- returns an array of[key, value] pairs.
Returns: an array containing all of the elements in this queue.
User:: FetchFriends(): Fetches User objects and returns an array of the User objects.
Of loop returns an array of[key, value] for each iteration.
Loop for(val of Object. values(obj))to iterate over object values: Object. values returns an array of them.
ToArray() Returns an array containing all of the elements in this queue.
This function parses the address string as defined in RFC2822 and for each address, returns an array of objects.
Returns: an array of all the IP addresses for a given host name.
When overridden in a derived class, returns an array of custom attributes identified by Type.
Returns: an array of Line. Info objects describing target lines matching the type requested.
Both pList1 and pList2 are arrays of processes because Process.GetProcesses returns an array of processes.
The Calendar property returns the default calendar for the culture, and the OptionalCalendars property returns an array containing all the calendars supported by the culture.
Entries(obj)- returns an array of enumerable own string property names/values/key-value pairs.
The Calendar property returns the default calendar for the culture, and the OptionalCalendars property returns an array containing all the calendars supported by the culture.
Returns: an array of GraphicsConfiguration objects that are associated with this GraphicsDevice.
Given the name of a host, returns an array of its IP addresses, based on the configured name service on the system.
Returns an array that corresponds to the lengths of each field in the last row fetched by mysql_fetch_row(), or FALSE on error.
Array_intersect() returns an array containing all the values of array1 that are present in all the arguments.
Returns an array of custom attributes defined on either the Parameter or the Property, identified by type, or an empty array if there are no custom attributes of that type.
Fetching each row returns an array of values but we need to convert that to a hash, with the header columns as the keys.
METRICS()/100 returns an array of time series, each of which is a time series showing each data point of one of the metrics divided by 100.
Array_reverse — Return an array with elements in reverse order.
FlatMap() is similar to map(), butthe callback can return an array, and the end result will be flattened one-dimensional array instead of nested arrays. .
Like React. Children. map() but does not return an array.