update : 2015.11.03
php.shukuma.com검색:
|
mssql_bind(PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) mssql_bind — Adds a parameter to a stored procedure or a remote stored procedure 설명
bool mssql_bind
( resource
$stmt
, string $param_name
, mixed &$var
, int $type
[, bool $is_output = false
[, bool $is_null = false
[, int $maxlen = -1
]]] )Binds a parameter to a stored procedure or a remote stored procedure. 인수
반환값
성공 시 예제
Example #1 mssql_bind() example
<?php 참고
|