전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
array
array
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
cell array
cell array
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
array operators
nach vorne
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
converting to array
hier folgen einige beispiele um ihnen die mächtigkeit von arrays zu veranschaulichen.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
array ( Список_аргументов)
array ( argumentliste )
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
Пример 1. array() example
beispiel 1. array()
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
Функция array [время выполнения]
array-funktion [laufzeit]
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
array( "foo "= "bar", 12 = true);
ein schlüssel ist entweder eine zahl vom typ integer oder ein string.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
arserror: invalid cell/ array reference
#analyse!error: invalid cell/array reference
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
returns an array listing filename information
returns an array listing filename information
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
a = array( " Вася " , " Коля " , " Петя " )
a = array( " fred " , " tom " , " bill " )
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
% 1%:% 2% subelem type then array name and length
%1[%2]subelem type then array name and length
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
ÐаÑÑив С... destination of the byte array
c-feld ...destination of the byte array
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
Пример 2. usort() example using multi-dimensional array
beispiel 2. usort() beispiel mit einem mehrdimensionalen array
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
Минимальная длина: @ action: button extract the strings from the byte array
mindestlänge:@action:button extract the strings from the byte array
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
Пример 2. parsemoldb.php - parses moldb.xml into and array of molecular objects
beispiel 2. parsemoldb.php - parses moldb.xml into and array of molecular objects
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
array ([a] = 1 [c] = 3 [e] = 5) Четные:
array ([a] = 1 [c] = 3 [e] = 5) gerade:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
to add new elements to the array, you can use numerous functions, depending on what you want to do. Табл. 33-1
tabelle 33-1, tabelle 33-2 and tabelle 33-3 describe these functions.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
array( "somearray "= array(6 = 5, 13 = 9, "a" = 43));
falls sie einen schlüssel weglassen, wird das maximum des integer - indizes genommen und der neue schlüssel wird dieses maximum + 1 sein.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
if you convert an object to an array, you get the properties (member variables) of that object as the array 's elements.
/ / das hier $a = array( 'farbe '= 'rot' ,'geschmack '= 'süß' ,'form '= 'rund' ,'name '= 'apfel' ,4 / / schlüssel ist 0); / / ist komplett gleichwertig mit $a['farbe'] = 'rot'; $a['geschmack'] = 'süß'; $a['form'] = 'rund'; $a['name'] = 'apfel'; $a[] = 4; / / schlüssel ist 0 $b[] = 'a'; $b[] = 'b'; $b[] = 'c'; / * ergibt das array: array (0 = 'a ', 1 = 'b', 2 = 'c '), oder einfacher: array('a', 'b', 'c') * /
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: