Profesyonel çevirmenler, işletmeler, web sayfaları ve erişimin serbest olduğu çeviri havuzlarından.
예 1. relevant mysql statements
mysql-befehle mit mysql_info()
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
ocicommit() 함수는 오라클 접속 인수인 connection 에 대해서 미결정된 모든 구문(outstanding statements)을 커밋한다.
ocicommit() schreibt alle datenbankänderungen seit dem letzten implizit oder explizitem commit der verbindungskennung fest.
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
ocirollback() 함수는 오라클 접속 인수 connection 에 대해서 미결정된 모든 구문(outstanding statements)을 롤백 처리한다.
mit der verbindungskennung legt man die datenbankverbindung fest, für welche diese aktion gelten soll.
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
see also: odbc_prepare() and odbc_execute() for multiple execution of sql statements.
zurück
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
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.
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
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):
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
mysql_info() returns a string for all statements listed below. for all other false. the string format depends on the given statement.
beispiel 1.
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
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.
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
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().
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
Uyarı: Görünmez HTML biçimlendirmesi içeriyor
also sets the real number of ifx_affected_rows() for non-select statements for retrieval by ifx_affected_rows()
siehe auch: ifx_prepare().
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
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:
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite: