Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
callback-type
응답 형식
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
& callback-type:
응답 형식( c):
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
telefoonnummer callback
응답 전화 번호
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
callback-nummer:
응답 번호( b)
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
wachtend op callback...
응답을 기다리는 중...
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
als de optionele userdata parameter wordt gegeven zal deze als derde parameter worden meegegeven aan de callback function.
함수 func 을 arr 의 각각의 원소에 적용한다. func 에 배열 값이 첫번째 인자로, 배열 키다 두번째 인자로 전달된다. userdata 가 주어지면 이는 함수의 세번째 인자로 전달된다.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
wanneer er twee of meer arrays gebruikt worden zijn ze normaal even lang, omdat de callback functie wordt toegepast in parallel op de corresponderende elementen.
this results:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
een interessante manier om deze functie te gebruiken is om een array van arrays te bouwen, hetgeen makkelijk kan worden gedaan door null te gebruiken als naam voor de callback functie.
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
het aantal parameters dat de callback function krijgt zou gelijk moeten zijn aan het aantal arrays dat wordt meegegeven aan array_map().
array_map() returns an array containing all the elements of arr1 after applying the callback function to each one. the number of parameters that the callback function accepts should match the number of arrays passed to the array_map()
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: