update : 2015.11.03
php.shukuma.com검색:
|
mysqli_stmt::bind_parammysqli_stmt_bind_param(PHP 5) mysqli_stmt::bind_param -- mysqli_stmt_bind_param — Binds variables to a prepared statement as parameters 설명객체 기반 형식 절차식 형식 Bind variables for the parameter markers in the SQL statement that was passed to mysqli_prepare().
인수
반환값
성공 시 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제들의 출력: 1 Row inserted. 1 Row deleted. 참고
|