update : 2015.11.03
php.shukuma.com검색:
|
mysql_info(PHP 4 >= 4.3.0, PHP 5) mysql_info — 가장 최근 질의에 대한 정보를 반환 설명
string mysql_info
([ resource
$link_identifier
] )최근 질의에 대한 상세한 정보를 반환한다. 인수
반환값
성공시엔 진술문 정보를, 실패하면 예제
Example #1 관련된 MySQL 진술문 진술문은 문자열로 반환된다. 숫자들은 질의와 관련된 값이며 설명을 목적으로한 용도이다. INSERT INTO ... SELECT ... String format: Records: 23 Duplicates: 0 Warnings: 0 INSERT INTO ... VALUES (...),(...),(...)... String format: Records: 37 Duplicates: 0 Warnings: 0 LOAD DATA INFILE ... String format: Records: 42 Deleted: 0 Skipped: 0 Warnings: 0 ALTER TABLE String format: Records: 60 Duplicates: 0 Warnings: 0 UPDATE String format: Rows matched: 65 Changed: 65 Warnings: 0 주의
참고
|