update : 2015.11.03
php.shukuma.com검색:
|
mysqli_stmt::fetchmysqli_stmt_fetch(PHP 5) mysqli_stmt::fetch -- mysqli_stmt_fetch — Fetch results from a prepared statement into the bound variables 설명객체 기반 형식
bool mysqli_stmt::fetch
( void
)
절차식 형식 Fetch the result from a prepared statement into the variables bound by mysqli_stmt_bind_result().
반환값
예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제들의 출력: Rockford (USA) Tallahassee (USA) Salinas (USA) Santa Clarita (USA) Springfield (USA) 참고
|