
Druckansicht von http://www.php-homepage.de/manual/function.mssql-bind.php
mssql_bind(PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) mssql_bind — Fügt einer Stored Procedure oder einer Remote Stored Procedure einen Parameter hinzu Beschreibung
bool mssql_bind
( resource
$stmt
, string $param_name
, mixed &$var
, int $type
[, bool $is_output = false
[, bool $is_null = false
[, int $maxlen = -1
]]] )Fügt einer Stored Procedure oder einer Remote Stored Procedure einen Parameter hinzu. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 mssql_bind()-Beispiel
<?phpSiehe auch
|