sybase_rpc_bind_param_ex

Binds a PHP variable to a remote procedure parameter.

Syntax

bool sybase_rpc_bind_param_ex(resource $stmt,
int $param_id,
mixed $var,
string $type
[, bool $is_null
[, int $direction]] )

Parameters

Returns

TRUE – binding the PHP variable succeeded.

FALSE – binding the PHP variable failed