update : 2015.11.03
php.shukuma.com검색:
|
pg_send_prepare(PHP 5 >= 5.1.0) pg_send_prepare — Sends a request to create a prepared statement with the given parameters, without waiting for completion. 설명
bool pg_send_prepare
( resource
$connection
, string $stmtname
, string $query
)Sends a request to create a prepared statement with the given parameters, without waiting for completion.
This is an asynchronous version of pg_prepare(): it returns 인수
반환값Returns 예제
Example #1 Using pg_send_prepare()
<?php 참고
|