전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
callback-type
응답 형식
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
& callback-type:
응답 형식( c):
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
telefoonnummer callback
응답 전화 번호
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
callback-nummer:
응답 번호( b)
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
wachtend op callback...
응답을 기다리는 중...
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
als de optionele userdata parameter wordt gegeven zal deze als derde parameter worden meegegeven aan de callback function.
함수 func 을 arr 의 각각의 원소에 적용한다. func 에 배열 값이 첫번째 인자로, 배열 키다 두번째 인자로 전달된다. userdata 가 주어지면 이는 함수의 세번째 인자로 전달된다.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
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:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
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.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
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()
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: