|
mysqli_stmt::send_long_datamysqli_stmt_send_long_dataSend data in blocks DescriptionObject-oriented style
public bool mysqli_stmt::send_long_data(int
$param_num, string $data)Procedural style bool mysqli_stmt_send_long_data(mysqli_stmt
$statement, int $param_num, string $data)
Allows to send parameter data to the server in pieces (or chunks), e.g. if the
size of a blob exceeds the size of Parameters
Return Values
Returns ExamplesExample #1 Object-oriented style See Also
|