diff options
| author | Andrey Hristov <andrey@php.net> | 2006-12-04 15:27:18 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2006-12-04 15:27:18 +0000 |
| commit | 20fc9486db9f97270fa7c1c3bcd9f4a0f8341e65 (patch) | |
| tree | a04f7070aec3cceeec12b4b3fb64a93a08a1fcb5 /ext/mysqli/mysqli_api.c | |
| parent | 6858206f5473cd502df2848dc41714289cd24774 (diff) | |
| download | php-git-20fc9486db9f97270fa7c1c3bcd9f4a0f8341e65.tar.gz | |
dummy change
Diffstat (limited to 'ext/mysqli/mysqli_api.c')
| -rw-r--r-- | ext/mysqli/mysqli_api.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index d8953afebf..d86463beb6 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -51,6 +51,7 @@ PHP_FUNCTION(mysqli_affected_rows) } /* }}} */ + /* {{{ proto bool mysqli_autocommit(object link, bool mode) U Turn auto commit on or of */ PHP_FUNCTION(mysqli_autocommit) @@ -71,6 +72,7 @@ PHP_FUNCTION(mysqli_autocommit) } /* }}} */ + /* {{{ proto bool mysqli_stmt_bind_param(object stmt, string types, mixed variable [,mixed,....]) U Bind variables to a prepared statement as parameters */ PHP_FUNCTION(mysqli_stmt_bind_param) @@ -196,6 +198,7 @@ end_1: } /* }}} */ + /* {{{ proto bool mysqli_stmt_bind_result(object stmt, mixed var, [,mixed, ...]) U Bind variables to a prepared statement for result storage */ @@ -400,6 +403,7 @@ PHP_FUNCTION(mysqli_stmt_bind_result) } /* }}} */ + /* {{{ proto bool mysqli_change_user(object link, string user, string password, string database) U Change logged-in user of the active connection */ PHP_FUNCTION(mysqli_change_user) @@ -428,6 +432,7 @@ PHP_FUNCTION(mysqli_change_user) } /* }}} */ + /* {{{ proto string mysqli_character_set_name(object link) U Returns the name of the character set used for this connection */ PHP_FUNCTION(mysqli_character_set_name) |
