전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
max smbd processes:
max smbd processes:
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
`ogc api - processes`_
`ogc api - processes`_
마지막 업데이트: 2021-06-18
사용 빈도: 1
품질:
fsockopen() accepts two, three, four, or five parameters. after the obligatory variable declarations, the function checks for the correct range of arguments. then it uses a fall-through mechanism in a switch() statement to deal with all arguments. the switch() statement starts with the maximum number of arguments being passed (five). after that, it automatically processes the case of four arguments being passed, then three, by omitting the otherwise obligatory break keyword in all stages. after having processed the last case, it exits the switch() statement and does the minimal argument processing needed if the function is invoked with only two arguments.
after having processed the last case, it exits the switch() statement and does the minimal argument processing needed if the function is invoked with only two arguments.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: