| I. | Na początek | |
| II. | Instalacja i konfiguracja | |
| III. | Opis języka | |
| IV. | Bezpieczeństwo | |
| V. | Możliwości | |
| VI. | Opis funkcji | |
| VII. | Zend API | |
| VIII. | PHP API: Interfejs rozszerzeń | |
| X. | Dodatki | |
Copyright © 1997-2006 the PHP Documentation Group
(PHP 5)
mysqli_commit(no version information, might be only in CVS)
mysqli->commit -- Commits the current transactionProcedural style:
bool mysqli_commit ( mysqli link )Object oriented style (method)
class mysqli {Commits the current transaction for the database connection specified by the link parameter.
Przykład 2. Procedural style
|
| Poprzedni | Spis treści | Następny |
| mysqli_close | Początek rozdziału | mysqli_connect_errno |