|
PHP5中文手册
mssql_bind(PHP 4 >= 4.0.7, PHP 5, PECL odbtp:1.1.1-1.1.4) 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
[, int $is_output
[, int $is_null
[, int $maxlen
]]] )
Binds a parameter to a stored procedure or a remote stored procedure. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 mssql_bind() Example
<?php |