Results for elements translation from Korean to Polish

Computer translation

Trying to learn how to translate from the human translation examples.

Korean

Polish

Info

Korean

elements

Polish

 

From: Machine Translation
Suggest a better translation
Quality:

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Korean

Polish

Info

Korean

returns the array consisting of removed elements.

Polish

poprzedni

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

this function sorts an array. elements will be arranged from lowest to highest when this function has completed.

Polish

sort

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

this function returns an array of the entire command line history. the elements are indexed by integers starting at zero.

Polish

elementy są indeksowane przez liczby całkowite poczynając od zera.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

returns the array element in the next place that's pointed by the internal array pointer, or false if there are no more elements.

Polish

next() zachowuje się jak current(), ale z jedną różnicą.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

this function shuffles (randomizes the order of the elements in) an array. you must use srand() to seed this function.

Polish

musisz użyć srand() aby przygotować ziarno dla tej funkcji.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

if the array contains empty elements then this function will return false for these elements as well. to properly traverse an array which may contain empty elements see the each() function.

Polish

aby prawidłowo przejść przez tablicę, która może zawierać puste elementy, użyj funkcji each().

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

array_filter() returns an array containing all the elements of input filtered according a callback function. if the input is an associative array the keys are preserved.

Polish

jeśli wejście jest tablicą asocjacyjną, przypisania klucz pozostają zachowane.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

usually when using two or more arrays, they should be of equal length because the callback function is applied in parallel to the corresponding elements. if the arrays are of unequal length, the shortest one will be extended with empty elements.

Polish

interesującym sposobem użycia tej funkcji jest kontruowanie tablicy tablic, co może być łatwo przeprowadzone przez podanie null jako nazwy funkcji zwrotnej.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

if the array contains empty elements, or elements that have a key value of 0 then this function will return false for these elements as well. to properly traverse an array which may contain empty elements or elements with key values of 0 see the each() function.

Polish

aby prawidłowo przejść przez tablice które mogą zawierać puste elementy lub elementy o wartościach kluczy 0, musisz użyć funkcji each().

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

array_map() returns an array containing all the elements of arr1 after applying the callback function to each one. the number of parameters that the callback function accepts should match the number of arrays passed to the array_map()

Polish

liczba parametrów funkcji zwrotnej powinna być równa liczbie tablic przekazanych do funkcji array_map().

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Get a better translation with
7,774,125,007 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK