Function Tempcode->singular_bind
Definitions
sources/tempcode.php
- Replace the named parameter with a specific value. Hardly used, but still important. Note that this will bind to all kinds of things that might not normally take named parameters, like symbols; this should not cause problems though.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$key | string | required parameter | N/A | N/A | Named parameter |
$value | mixed | required parameter | N/A | N/A | Specific value |