downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<mysqli::warning_countmysqli_stmt->affected_rows>
Last updated: Thu, 26 Jun 2008

The MySQLi_STMT class

Introduction

Represents a prepared statement.

Class synopsis

MySQLi_STMT
class MySQLi_STMT {
/* Properties */
int$affected_rows;
int$errno;
string$error;
int$field_count;
int$insert_id;
int$num_rows;
int$param_count;
string$sqlstate;
/* Methods */
int mysqli_stmt_affected_rows ( mysqli_stmt $stmt )
int mysqli_stmt_attr_get ( mysqli_stmt $stmt , int $attr )
bool mysqli_stmt_attr_set ( mysqli_stmt $stmt , 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 )
void mysqli_stmt::data_seek ( int $offset )
int mysqli_stmt_errno ( mysqli_stmt $stmt )
string mysqli_stmt_error ( mysqli_stmt $stmt )
bool mysqli_stmt::execute ( void )
bool mysqli_stmt::fetch ( void )
int mysqli_stmt_field_count ( mysqli_stmt $stmt )
object mysqli_stmt::get_warnings ( mysqli_stmt $stmt )
mixed mysqli_stmt_insert_id ( mysqli_stmt $stmt )
int mysqli_stmt_num_rows ( mysqli_stmt $stmt )
int mysqli_stmt_param_count ( mysqli_stmt $stmt )
mixed mysqli_stmt::prepare ( string $query )
bool mysqli_stmt::reset ( void )
mysqli_result mysqli_stmt::result_metadata ( void )
bool mysqli_stmt::send_long_data ( int $param_nr , string $data )
string mysqli_stmt_sqlstate ( mysqli_stmt $stmt )
}

Table of Contents



add a noteadd a note User Contributed Notes
The MySQLi_STMT class
There are no user contributed notes for this page.




<mysqli::warning_countmysqli_stmt->affected_rows>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs