コード例 #1
0
ファイル: Database.php プロジェクト: miamollie/echoAerial
 /**
  * Return the number of rows affected by the previous operation.
  * @return int
  */
 public function affectedRows()
 {
     return $this->connector->affectedRows();
 }