downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mysqli::$affected_rows> <Sommaire des fonctions de l'extension MySQLi
[edit] Last updated: Fri, 10 Feb 2012

view this page in

La classe mysqli

(No version information available, might only be in SVN)

Introduction

Représente une connexion entre PHP et une base de données MySQL.

Synopsis de la classe

mysqli {
/* Propriétés */
int $mysqli->client_version;
/* Méthodes */
bool mysqli::autocommit ( bool $mode )
bool mysqli::change_user ( string $user , string $password , string $database )
bool mysqli::close ( void )
bool mysqli::commit ( void )
bool mysqli::debug ( string $message )
object mysqli::get_charset ( void )
string mysqli::get_client_info ( void )
mysqli_warning mysqli::get_warnings ( void )
mysqli mysqli::init ( void )
bool mysqli::kill ( int $processid )
bool mysqli::more_results ( void )
bool mysqli::multi_query ( string $query )
bool mysqli::next_result ( void )
bool mysqli::options ( int $option , mixed $value )
bool mysqli::ping ( void )
public int mysqli::poll ( array &$read , array &$error , array &$reject , int $sec [, int $usec ] )
mysqli_stmt mysqli::prepare ( string $query )
mixed mysqli::query ( string $query [, int $resultmode = MYSQLI_STORE_RESULT ] )
bool mysqli::real_connect ([ string $host [, string $username [, string $passwd [, string $dbname [, int $port [, string $socket [, int $flags ]]]]]]] )
string mysqli::escape_string ( string $escapestr )
bool mysqli::real_query ( string $query )
public mysqli_result mysqli::reap_async_query ( void )
public bool mysqli::refresh ( int $options )
bool mysqli::rollback ( void )
int mysqli::rpl_query_type ( string $query )
bool mysqli::select_db ( string $dbname )
bool mysqli::send_query ( string $query )
bool mysqli::set_charset ( string $charset )
bool mysqli::set_local_infile_handler ( mysqli $link , callback $read_func )
bool mysqli::ssl_set ( string $key , string $cert , string $ca , string $capath , string $cipher )
string mysqli::stat ( void )
mysqli_stmt mysqli::stmt_init ( void )
mysqli_result mysqli::store_result ( void )
mysqli_result mysqli::use_result ( void )
}

Sommaire



add a note add a note User Contributed Notes mysqli
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites