Function __global->parse_filtercode
Definitions
sources/filtercode.php
- Parse some string based Filtercode search filters into the expected array structure.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $filter | string | No | No | required parameter | N/A | N/A | String-based search filter |
Returns
- Parsed structure
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Parse some string based Filtercode search filters into the expected array structure.
*
* @param string $filter String-based search filter
* @return array Parsed structure
*/
function parse_filtercode(string $filter) : array
* Parse some string based Filtercode search filters into the expected array structure.
*
* @param string $filter String-based search filter
* @return array Parsed structure
*/
function parse_filtercode(string $filter) : array

