stmt->send_long_data()
stmt->send_long_data - Send data in blocks
Syntax
bool stmt->send_long_data (
resource $stmt,
int $param_nr,
string $data,
int $param_nr,
string $data,
resource $stmt,
int $param_nr,
string $data,
int $param_nr,
string $data)
Arguments
- stmt - One of the MAXDB_REPORT_XXXconstants.
- param_nr - One of the MAXDB_REPORT_XXXconstants.
- data - One of the MAXDB_REPORT_XXXconstants.
- param_nr - One of the MAXDB_REPORT_XXXconstants.
- data - One of the MAXDB_REPORT_XXXconstants.
- stmt - One of the MAXDB_REPORT_XXXconstants.
- param_nr - One of the MAXDB_REPORT_XXXconstants.
- data - One of the MAXDB_REPORT_XXXconstants.
- param_nr - One of the MAXDB_REPORT_XXXconstants.
- data - One of the MAXDB_REPORT_XXXconstants.
Description
Procedural style:
Version
PHP PECL maxdb 1.0
Return value
Returns TRUE on success or FALSE on failure.