update : 2015.11.03
php.shukuma.com검색:
|
sqlite_changesSQLiteDatabase::changes(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) sqlite_changes -- SQLiteDatabase::changes — Returns the number of rows that were changed by the most recent SQL statement 설명
int sqlite_changes
( resource
$dbhandle
)객체 기반 형식 (method):
public int SQLiteDatabase::changes
( void
)
Returns the numbers of rows that were changed by the most recent SQL
statement executed against the 인수
반환값Returns the number of changed rows. 예제
Example #1 절차식 형식
<?php
Example #2 객체 기반 형식
<?php |