来自专业的译者、企业、网页和免费的翻译库。
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
质量:
一些相关性较低的人工翻译已被隐藏。
显示低相关性结果。