Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.
예 1. sorting multiple arrays
in this example, after sorting, the first array will contain 10, "a", 100, 100.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
Warnung: Enthält unsichtbare HTML-Formatierung
예 3. creating an array of arrays
prev
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
표 33-1. zend's api for associative arrays
add_index_stringl( zval *array, uint idx, char *str, uint length, int duplicate) ;()
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
예 2. using indexed arrays with preg_replace()
using indexed arrays with preg_replace()
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
표 33-2. zend's api for indexed arrays, part 1
add_next_index_stringl( zval *array, char *str, uint length, int duplicate) ;()
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
표 2. other keys in associative arrays dependant on 'type'
length of time (seconds) to wait after a failed refresh before making a second attempt. expire:
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
accessing arrays and objects is a bit more complicated and is discussed later.
because all values are stored in a union, trying to access data with incorrect union members results in meaningless output.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
var may be any scalar type. you cannot use doubleval() on arrays or objects.
this alias is a left-over from a function-renaming.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
on exit, the arrays are modified to indicate which socket resource actually changed status.
also do not forget that those arrays are passed by reference and will be modified after socket_select() returns.
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.
sorts an array by key, maintaining key to data correlations.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
this function returns an array of associative arrays. each associative array contains at minimum the following keys:
dns_get_record() only returns internet class records and as such this parameter will always return in.
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.
sorts an array by key in reverse order, maintaining key to data correlations.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
an interesting use of this function is to construct an array of arrays, which can be easily performed by using null as the name of the callback function
the printout of the program above will be:
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
there are many types of variables available in php. in the above example we printed an array element. arrays can be very useful.
in the above example we printed an array in the above example we printed an array element.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
will return the aggretaion information for a particular object as an associative array of arrays of methods and properties. the key for the main array is the name of the aggregated class.
the key for the main array is the name of the aggregated class.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
extraattribs is used to specify additional configuration options for the csr. both dn and extraattribs are associative arrays whose keys are converted to oids and applied to the relevant part of the request.
both dn and extraattribs are associative arrays whose keys are converted to oids and applied to the relevant part of the request.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
arrays specifies whether or not each section becomes an array. the sections file, computed and thumbnail allways become arrays as they may contain values whose names are conflict with other sections.
the sections file, computed and thumbnail allways become arrays as they may contain values whose names are conflict with other sections.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
complex types such as arrays and objects require different treatment. zend features a single api for these types - they're stored using hash tables.
zend features a single api for these types - they 're stored using hash tables.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
below is an example that illustrates the internal structure of the arrays being generated by the function. we use a simple note tag embeded inside a para tag, and then we parse this an print out the structures generated:
we use a simple note tag embeded inside a para tag, and then we parse this an print out the structures generated:
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
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.
an interesting use of this function is to construct an array of arrays, which can be easily performed by using null as the name of the callback function
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität: