Function __global->precedence_sort
Definitions
sources/webstandards_js_parse.php
- Sort an unordered structure of operations into a precedence tree.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$op_list | array | required parameter | N/A | N/A | Ops in |
Return
- Ops out
- Type: array
- Set: N/A
- Range: N/A