update : 2015.11.03
php.shukuma.com검색:
|
MysqlndUhPreparedStatement::execute(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhPreparedStatement::execute — Executes a prepared Query 설명
public bool MysqlndUhPreparedStatement::execute
( mysqlnd_prepared_statement
$statement
)Executes a prepared Query. 인수
반환값
Returns 예제
Example #1 MysqlndUhPreparedStatement::execute() example
<?php 위 예제의 출력: stmt_proxy::execute(resource(256) of type (Mysqlnd Prepared Statement (internal only - you must not modify it!)) ) stmt_proxy::execute returns true bool(true) string(8) "Labskaus" 참고
|