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
mysqli_stmt::attr_get ( int $attr ) : int
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
mysqli_stmt::close ( void ) : bool
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::execute ( void ) : bool
mysqli_stmt::fetch ( void ) : bool
mysqli_stmt_field_count ( mysqli_stmt $stmt ) : int
mysqli_stmt::free_result ( void ) : void
mysqli_stmt_insert_id ( mysqli_stmt $stmt ) : mixed
public mysqli_stmt::more_results ( void ) : bool
public mysqli_stmt::next_result ( void ) : bool
mysqli_stmt::num_rows ( void ) : int
mysqli_stmt_param_count ( mysqli_stmt $stmt ) : int
mysqli_stmt::prepare ( string $query ) : mixed
mysqli_stmt::reset ( void ) : bool
mysqli_stmt::send_long_data ( int $param_nr , string $data ) : bool
mysqli_stmt_sqlstate ( mysqli_stmt $stmt ) : string
mysqli_stmt::store_result ( void ) : bool
}

Índice