プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。
예 1. relevant mysql statements
mysql-befehle mit mysql_info()
最終更新: 2011-10-24
使用頻度: 1
品質:
ocicommit() 함수는 오라클 접속 인수인 connection 에 대해서 미결정된 모든 구문(outstanding statements)을 커밋한다.
ocicommit() schreibt alle datenbankänderungen seit dem letzten implizit oder explizitem commit der verbindungskennung fest.
最終更新: 2011-10-24
使用頻度: 1
品質:
ocirollback() 함수는 오라클 접속 인수 connection 에 대해서 미결정된 모든 구문(outstanding statements)을 롤백 처리한다.
mit der verbindungskennung legt man die datenbankverbindung fest, für welche diese aktion gelten soll.
最終更新: 2011-10-24
使用頻度: 1
品質:
see also: odbc_prepare() and odbc_execute() for multiple execution of sql statements.
zurück
最終更新: 2011-10-24
使用頻度: 1
品質:
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.
das ermöglicht ihnen völlige flexibilität bei der bedingten ausführung verschiedenster programmteile.
最終更新: 2011-10-24
使用頻度: 1
品質:
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:
while (ausdr):
最終更新: 2011-10-24
使用頻度: 1
品質:
mysql_info() returns a string for all statements listed below. for all other false. the string format depends on the given statement.
beispiel 1.
最終更新: 2011-10-24
使用頻度: 1
品質:
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:
wenn sie c oder eine andere sprache, die die obige syntax benutzt, nicht gut genug kennen, dann sollten sie sich ein buch mit einer php-einführung besorgen und die ersten kapitel lesen.
最終更新: 2011-10-24
使用頻度: 1
品質:
for "immediate" statements, the number of affected rows is saved for retrieval by the sesam_affected_rows() function.
sesam_seek_next) und den scrolling offset, der entweder einmal durch sesam_seek_row() oder bei jedem lesen einer zeile mit sesam_fetch_row().
最終更新: 2011-10-24
使用頻度: 1
品質:
警告:見えない HTML フォーマットが含まれています
also sets the real number of ifx_affected_rows() for non-select statements for retrieval by ifx_affected_rows()
siehe auch: ifx_prepare().
最終更新: 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.
es gibt einen weiteren ausdruck, der ihnen vielleicht seltsam vorkommt, wenn sie ihn bisher noch in keiner programmiersprache kennengelernt haben, den dreifach konditionalen operator:
最終更新: 2011-10-24
使用頻度: 1
品質: