Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PMA
libraries
dbi
DBIMysql
affectedRows
PMA\libraries\dbi\DBIMysql::affectedRows PHP Method
DBIMysql Class Documentation
Datei anzeigen
Open project: phpmyadmin/phpmyadmin
affectedRows()
public
method
returns the number of rows affected by last query
public
affectedRows
(
resource |
null
$link
) :
integer
$link
resource |
null
the mysql object
return
integer
public function affectedRows($link) { return mysql_affected_rows($link); }
DBIMysql
_realConnect
affectedRows
connect
dataSeek
escapeString
fetchArray
fetchAssoc
fetchRow
fieldFlags
fieldLen
fieldName
freeResult
getClientInfo
getError
getFieldsMeta
getHostInfo
getProtoInfo
moreResults
nextResult
numFields
numRows
realMultiQuery
realQuery
selectDb
storeResult