mssql_bind

(PHP 4 >= 4.1.0, PHP 5)

mssql_bind --  Adds a parameter to a stored procedure or a remote stored procedure

Description

bool mssql_bind ( resource stmt, string param_name, mixed &var, int type [, int is_output [, int is_null [, int maxlen]]] )

Warning

This function is currently not documented; only the argument list is available.

See also mssql_execute(), mssql_free_statement(), and mssql_init().