Function __global->page_link_decode
Definitions
sources/urls.php
- Take a page-link and convert to attributes and zone.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $page_link | SHORT_TEXT | No | No | required parameter | N/A | N/A | The page-link |
Returns
- Triple: zone, attribute-array, hash part of a URL including the hash (or blank)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Take a page-link and convert to attributes and zone.
*
* @param SHORT_TEXT $page_link The page-link
* @return array Triple: zone, attribute-array, hash part of a URL including the hash (or blank)
*/
function page_link_decode(string $page_link) : array
* Take a page-link and convert to attributes and zone.
*
* @param SHORT_TEXT $page_link The page-link
* @return array Triple: zone, attribute-array, hash part of a URL including the hash (or blank)
*/
function page_link_decode(string $page_link) : array

