전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
예 1. sorting multiple arrays
třídění vícerozměrného pole
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
예 3. creating an array of arrays
předcházející
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
3. how do i create arrays in a html form?
tzn. tečky jsou nahrazeny podtržítky.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
예 2. using indexed arrays with preg_replace()
příklad 2.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
accessing arrays and objects is a bit more complicated and is discussed later.
předcházející
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
var may be any scalar type. you cannot use doubleval() on arrays or objects.
poznámka:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
sorts an array by key, maintaining key to data correlations. this is useful mainly for associative arrays.
třídí pole podle klíčů se zachování asociací indexů.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
sorts an array by key in reverse order, maintaining key to data correlations. this is useful mainly for associative arrays.
třídí pole sestupně podle klíčů se zachování asociací indexů.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
참고: array() is a language construct used to represent literal arrays, and not a regular function.
pokud je index integer, další generovaný index bude nejvyšší celočíselný index + 1.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this function returns structured information about an expression that includes its type and value. arrays are explored recursively with values indented to show structure.
jako pro cokoliv, co posílá své výsledky přímo do prohlížeče, můžete použít funkce pro řízení výstupu k zachycení výstupu této funkce a jeho uložení - například - do řetězce (string).
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this function sorts an array such that array indices maintain their correlation with the array elements they are associated with. this is used mainly when sorting associative arrays where the actual element order is significant. the comparison function is user-defined.
to je užitečné hlavně při třídění asociativních polí, kde je důležité pořadí prvků.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
all these functions provide a handy abstraction to zend's internal hash api. of course, you can also use the hash functions directly - for example, if you already have a zval container allocated that you want to insert into an array. this is done using zend_hash_update()() for associative arrays (see 예 33-3) and zend_hash_index_update() for indexed arrays (see 예 33-4):
this is done using zend_hash_update( )() for associative arrays (see 33-3) and zend_hash_index_update() for indexed arrays (see 33-4):
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: