PHP » GoLang |
login |
register |
about
|
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 Warning
This function was REMOVED in PHP 7.0.0. Alternatives to this function include: Description
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. Parameters
Return Values
Returns Examples
Example #1 mssql_bind() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|