전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
the temporary directory used for storing files when doing file upload. must be writable by whatever user php is running as. if not specified php will use the system's default.
must be writable by whatever user php is running as.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
ifx_byteasvarchar(1): return byte columns as if they were varchar columns, so that you don't need to use blob id's for select queries.
ifx_byteasvarchar( 1): return byte columns as if they were varchar columns, so that you don't need to use blob id's for select queries.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
specifies the name of a file that is automatically parsed after the main file. the file is included as if it was called with the include() function, so include_path is used.
the file is included as if it was called with the include() function, so include_path is used.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
a very common type of expressions are comparison expressions. these expressions evaluate to either 0 or 1, meaning false or true (respectively). php supports (bigger than), = (bigger than or equal to), == (equal), != (not equal), (smaller than) and = (smaller than or equal to). these expressions are most commonly used inside conditional execution, such as if statements.
post-increment, which is written '$variable++' evaluates to the original value of $variable, before it was incremented (php increments the variable after reading its value, thus the name'post-increment').
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
연관성이 낮은 일부 인적 번역은 숨겨져 있습니다.
연관성이 낮은 결과 표시.