来自专业的译者、企业、网页和免费的翻译库。
예 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
质量: