Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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').
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Alcuni contributi umani con scarsa rilevanza sono stati nascosti.
Mostra i risultati con scarsa rilevanza.