A classe MySQLi_STMT

Introdução

Representa um comando preparado.

Sinopse da classe

MySQLi_STMT {
/* Propriedades */
/* Métodos */
mysqli_stmt_affected_rows ( mysqli_stmt $stmt ) : int
public mysqli_stmt::attr_get ( int $attr ) : int
public mysqli_stmt::attr_set ( int $attr , int $mode ) : bool
mysqli_stmt::bind_param ( string $types , mixed &$var1 [, mixed &$... ] ) : bool
mysqli_stmt::bind_result ( mixed &$var1 [, mixed &$... ] ) : bool
public mysqli_stmt::close ( ) : bool
public mysqli_stmt::data_seek ( int $offset ) : void
mysqli_stmt_errno ( mysqli_stmt $stmt ) : int
mysqli_stmt_error_list ( mysqli_stmt $stmt ) : array
mysqli_stmt_error ( mysqli_stmt $stmt ) : string
mysqli_stmt::fetch ( ) : bool
mysqli_stmt_field_count ( mysqli_stmt $stmt ) : int
mysqli_stmt::free_result ( ) : void
public mysqli_stmt::get_warnings ( ) : object
mysqli_stmt_insert_id ( mysqli_stmt $stmt ) : mixed
public mysqli_stmt::more_results ( ) : bool
public mysqli_stmt::next_result ( ) : bool
public mysqli_stmt::num_rows ( ) : int
mysqli_stmt_param_count ( mysqli_stmt $stmt ) : int
mysqli_stmt::prepare ( string $query ) : mixed
public mysqli_stmt::reset ( ) : bool
public mysqli_stmt::send_long_data ( int $param_nr , string $data ) : bool
mysqli_stmt_sqlstate ( mysqli_stmt $stmt ) : string
public mysqli_stmt::store_result ( ) : bool
}

Índice