From professional translators, enterprises, web pages and freely available translation repositories.
bichaso는 다음을 의미한다.
bichaso meaning
Last Update: 2022-06-06
Usage Frequency: 1
Quality:
Reference:
i love you는 다음을 의미한다.
i love you meaning
Last Update: 2022-05-20
Usage Frequency: 1
Quality:
Reference:
엔나 판드라 (enna pandra) 는 다음을 의미한다.
enna pandra meaning
Last Update: 2022-07-20
Usage Frequency: 1
Quality:
Reference:
break 에는 숫자 옵션을 줄 수 있는데, 이것은 한번에 빠져 나갈 제어 구조의 수를 의미한다.
break accepts an optional numeric argument which tells it how many nested enclosing structures are to be broken out of.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference:
continue 도 숫자 옵션을 줄 수 있는데, 이것도 break 에서와 같이 한번에 처음으로 갈 제어 구조의 수를 의미한다.
continue accepts an optional numeric argument which tells it how many levels of enclosing loops it should skip to the end of.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference:
특별한 case로 default case가 있다. 이것은 다른 어떤 case에도 맞지 않는 경우를 의미한다. 예를 들어:
switch ($i) {case 0: case 1: case 2: print "i is less than 3 but not negative"; break; case 3: print "i is 3";}
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference:
Warning: Contains invisible HTML formatting
error도 기본적으로 출력된다. 그리고, 함수의 실행이 완료된 직후, 스크립트의 실행을 멈춘다. 이것은 memory allocation 문제같은 복구가 불가능한 에러를 의미한다
these indicate errors that can not be recovered from, such as a memory allocation problem.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference:
이것은 매 순환시마다 다른 파일을 읽어오려 한다면 순환문 안에 require() 문을 사용해서는 안된다는 것을 의미한다. 이런 경우에는 include() 문을 사용하여야 한다는 것이다.
prior to php 4.0.2, the following applies: require() will always attempt to read the target file, even if the line it's on never executes.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference: