update : 2015.11.03
php.shukuma.com검색:
|
mysqli_stmt::$param_countmysqli_stmt_param_count(PHP 5) mysqli_stmt::$param_count -- mysqli_stmt_param_count — Returns the number of parameter for the given statement 설명객체 기반 형식 절차식 형식 Returns the number of parameter markers present in the prepared statement. 반환값Returns an integer representing the number of parameters. 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제들의 출력: Statement has 2 markers. |