검색어: unsetting (한국어 - 영어)

컴퓨터 번역

인적 번역의 예문에서 번역 방법 학습 시도.

Korean

English

정보

Korean

unsetting

English

 

부터: 기계 번역
더 나은 번역 제안
품질:

인적 기여

전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.

번역 추가

한국어

영어

정보

한국어

that means, for example, that unsetting $var won't unset global variable.

영어

$var = $globals[ "var"];

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

경고: 보이지 않는 HTML 형식이 포함되어 있습니다

한국어

the settings of pcre_caseless, pcre_multiline, pcre_dotall, and pcre_extended can be changed from within the pattern by a sequence of perl option letters enclosed between "(?" and ")". the option letters are i for pcre_caseless m for pcre_multiline s for pcre_dotall x for pcre_extended for example, (?im) sets caseless, multiline matching. it is also possible to unset these options by preceding the letter with a hyphen, and a combined setting and unsetting such as (?im-sx), which sets pcre_caseless and pcre_multiline while unsetting pcre_dotall and pcre_extended, is also permitted. if a letter appears both before and after the hyphen, the option is unset. the scope of these option changes depends on where in the pattern the setting occurs. for settings that are outside any subpattern (defined below), the effect is the same as if the options were set or unset at the start of matching. the following patterns all behave in exactly the same way: (?i)abc a(?i)bc ab(?i)c abc(?i) which in turn is the same as compiling the pattern abc with pcre_caseless set. in other words, such "top level" settings apply to the whole pattern (unless there are other changes inside subpatterns). if there is more than one setting of the same option at top level, the rightmost setting is used. if an option change occurs inside a subpattern, the effect is different. this is a change of behaviour in perl 5.005. an option change inside a subpattern affects only that part of the subpattern that follows it, so (a(?i)b)c matches abc and abc and no other strings (assuming pcre_caseless is not used). by this means, options can be made to have different settings in different parts of the pattern. any changes made in one alternative do carry on into subsequent branches within the same subpattern. for example, (a(?i)b_bar_c) matches "ab", "ab", "c", and "c", even though when matching "c" the first branch is abandoned before the option setting. this is because the effects of option settings happen at compile time. there would be some very weird behaviour otherwise. the pcre-specific options pcre_ungreedy and pcre_extra can be changed in the same way as the perl-compatible options by using the characters u and x respectively. the (?x) flag setting is special in that it must always occur earlier in the pattern than any of the additional features it turns on, even when it is at top level. it is best put at the start.

영어

for example, when it is applied to (aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa()for example, when it is applied to (aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa() it yields "no match "quickly.

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

경고: 보이지 않는 HTML 형식이 포함되어 있습니다

인적 기여로
7,770,550,143 더 나은 번역을 얻을 수 있습니다

사용자가 도움을 필요로 합니다:



당사는 사용자 경험을 향상시키기 위해 쿠키를 사용합니다. 귀하께서 본 사이트를 계속 방문하시는 것은 당사의 쿠키 사용에 동의하시는 것으로 간주됩니다. 자세히 보기. 확인