Name

bind_param_inout( )

Synopsis

$statement_handle->bind_param_inout(index, values[, length,
                                    \%attributes|type])

This associates or binds a value in an SQL statement using a placeholder. The first argument indicates which placeholder to replace with a given value, the second argument. The values are updated when the related row is retrieved using a fetch method. The maximum length of a value may be given in the third argument. Attributes may be added or the datatype may be given as a fourth argument.

Get MySQL in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.