->let()
Assigns a value as a parameter for this connection.
Arguments
| Arguments | Type | Description |
|---|---|---|
name
|
string
| Specifies the name of the variable. |
value
|
mixed
| Assigns the value to the variable name. |
Example Usage
You can remove the variable from the connection using the unset() method.