From professional translators, enterprises, web pages and freely available translation repositories.
callback-type
응답 형식
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
& callback-type:
응답 형식( c):
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
telefoonnummer callback
응답 전화 번호
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
callback-nummer:
응답 번호( b)
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
wachtend op callback...
응답을 기다리는 중...
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
als de optionele userdata parameter wordt gegeven zal deze als derde parameter worden meegegeven aan de callback function.
함수 func 을 arr 의 각각의 원소에 적용한다. func 에 배열 값이 첫번째 인자로, 배열 키다 두번째 인자로 전달된다. userdata 가 주어지면 이는 함수의 세번째 인자로 전달된다.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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()
Last Update: 2011-10-24
Usage Frequency: 1
Quality: