プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。
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
品質:
関係性の低い人による翻訳は非表示になります。
関係性の低い結果を表示します。