Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.
예 1. sorting multiple arrays
třídění vícerozměrného pole
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
예 3. creating an array of arrays
předcházející
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
3. how do i create arrays in a html form?
tzn. tečky jsou nahrazeny podtržítky.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
예 2. using indexed arrays with preg_replace()
příklad 2.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
accessing arrays and objects is a bit more complicated and is discussed later.
předcházející
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
var may be any scalar type. you cannot use doubleval() on arrays or objects.
poznámka:
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
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ů.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
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ů.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
참고: 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.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
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).
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
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ů.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
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):
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität: