전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
array
funzioni di array
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
דוגמה 1. array() example
esempio di array()
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
see also multidimensional array support.
vedi anche il supporto di array multidimensionali.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
arserror: invalid cell/ array reference
#analisi! 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
품질:
currently returns four entries in the result array:
attualmente restituisce quattro campi nell 'array risultante:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
reading arrays with $array[] is no longer supported
leggere gli array con $array[] non è piu supportato
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
every parameter to preg_replace() can be an array.
ogni parametro passato alla funzione preg_replace(), (eccetto limite) può essere una matrice.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
modifying the array from inside func may cause unpredictable behavior.
array_walk() non è influenzato dal puntatore interno dell'array array. array_walk() array_walk() non è influenzato dal puntatore interno dell'array array. array_walk() percorrerà l 'intero array indipendentemente dalla posizione del puntatore.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
if the array is changed, the behavior of this function is undefined.
se l 'array viene cambiato, il comportamento di questa funzione non è definito ed è imprevedibile.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this function returns an associative array of all the http headers in the current request.
getallheaders() è un alias di apache_request_headers().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns an array of filenames from the specified directory on success, false on error.
restituisce una array di nomi di file se a buon fine, false in caso di errore.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
דוגמה 2. parsemoldb.php - parses moldb.xml into and array of molecular objects
esempio 2. parsemoldb.php - analizza moldb.xml e genera una matrice di oggetti molecole
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
the restored session variables will only be available in the array $http_session_vars.
le variabili di sessione ripristinate saranno disponibili nell 'array $http_session_vars.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
a blank line in a csv file will be returned as an array comprising a single null field, and will not be treated as an error.
una riga vuota in un file cvs verrà riportata come un vettore contenente un solo campo vuoto (null) e non verrà trattata come un errore.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
that is, you cannot traverse an array by having a loop that does $data = $array[].
cioè, non si puo aprire un array con un ciclo che fà $data = $array[].
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
if variables declared in the class of which the obj is an instance, have not been assigned a value, those will not be returned in the array.
le variabili, dichiarate nella classe di cui oggetto è un' istanza, a cui non sia stato ancora assegnato un valore, non saranno restituite nell 'array.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
a possible use for extract is to import into the symbol table variables contained in an associative array returned by wddx_deserialize().
un possibile uso di extract() è quello di importare nella tabella dei simboli variabili contenute in un array associativo restituito da wddx_deserialize().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
applies the user-defined function named by func to each element of array. func will be passed array value as the first parameter and array key as the second parameter.
normalmente funzione accetta due parametri.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
array_reduce() applies iteratively the callback function to the elements of the array input, so as to reduce the array to a single value.
array_reduce() applica iterativamente la funzione callback agli elementi dell'array input, riducendo l 'array a un singolo valore.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: