Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
ocicommit() 함수는 오라클 접속 인수인 connection 에 대해서 미결정된 모든 구문(outstanding statements)을 커밋한다.
ocicommit() valide toutes les transactions en cours sur la connexion oracle connection.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
ocirollback() 함수는 오라클 접속 인수 connection 에 대해서 미결정된 모든 구문(outstanding statements)을 롤백 처리한다.
ocirollback() annule les transactions en cours sur la connexion oracle connection.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
see also: odbc_prepare() and odbc_execute() for multiple execution of sql statements.
précédent
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
if statements can be nested indefinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program.
vous pouvez imbriquer indéfiniment des instructions if les unes dans les autres, ce qui permet une grande flexibilité dans l'exécution d 'une partie de code suivant un grand nombre de conditions.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
like with the if statement, you can group multiple statements within the same while loop by surrounding a group of statements with curly braces, or by using the alternate syntax:
comme avec le if, vous pouvez regrouper plusieurs instructions dans la même boucle while en les regroupant à l 'intérieur de parenthèses ou en utilisant la syntaxe suivante:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
fbsql_rollback() ends the current transaction by rolling back all statements issued since last commit. this command is only needed if autocommit is set to false.
cette commande n 'est utile que si frontbase est en mode de validation manuelle.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
you can put multiple php statements inside a php tag and create little blocks of code that do more than just a single echo. for example, if we wanted to check for internet explorer we could do something like this:
par exemple, si nous voulons vérifier que le navigateur est bien de la famille des internet explorer, nous pouvons faire cela:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
for "immediate" statements, the number of affected rows is saved for retrieval by the sesam_affected_rows() function.
pour les requêtes immédiates, le nombre de lignes affectées est sauvé, et est accessible par la fonction sesam_affected_rows().
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
also sets the real number of ifx_affected_rows() for non-select statements for retrieval by ifx_affected_rows()
voir aussi ifx_prepare() (pour un exemple).
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.
l'opérateur de post-incrémentation, qui s'écrit '$variable++', évalue la valeur de la variable avant de l'incrémenter (php incrémente la variable après avoir lu sa valeur, d'où le nom de 'post-incrémentation').
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: