From professional translators, enterprises, web pages and freely available translation repositories.
regular expression functions (perl-compatible)
this example will produce:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
regular expression functions (posix extended)
see also eregi(), ereg_replace(), and eregi_replace().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
geçmiÅi temizleregular expression to remove accelerators from menu items
ì¤í¬ë¡¤ë°± ìì regular expression to remove accelerators from menu items
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
dosya xml biçimine uygun değil. abbreviation for 'regular expression'
xml 형식에 적합하지 않은 파일입니다. abbreviation for 'regular expression'
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
the complex syntax was introduced in php 4, and can by recognised by the curly braces surrounding the expression.
문자열은 '.' (점) 연산자로 연결할 수 있다. '+' (더하기) 연산자는 사용할 수 없다. 자세한 정보는 문자열 연산자(string operators) 부분을 참조하기 바란다.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
for even more powerful string handling and manipulating functions take a look at the posix regular expression functions and the perl compatible regular expression functions
어떻게 문자열이 적용되고, 특히 작은 따옴표와 큰따옴표 그리고 에스케이프 시퀀스(escape sequence)와 어떤 관계가 있는지는 이 메뉴얼의 types 섹션의 strings 편을 참조하기 바란다.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
if the track_errors feature is enabled, any error message generated by the expression will be saved in the global variable $php_errormsg.
php는 @(at 표시)이라는 한 개의 오류 제어 연산자를 제공한다. php의 표현식 앞에 이 표시가 붙으면, 해당 표현식에서 발생한 모든 에러 메시지가 무시된다.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
for example, in the expression 1 + 5 * 3, the answer is 16 and not 18 because the multiplication ("*") operator has a higher precedence than the addition ("+") operator.
연산자들의 우선순위는 두 개의 표현식중 어느것이 더 단단히 묶여 있는가를 명기한다. 예를들어 1 + 5 * 3 은 16 을 반환하지 18 을 반환하지 않는다. 왜냐하면 곱하기("*")연산자가 더하기("+")연산자보다 우선순위가 높기 때문이다. 필요하면 괄호를 사용하여 우선순위를 강제적으로 설정할 수 있다. 예를들어 (1 + 5) * 3 의 결과는 18 이 된다.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting