Function __global->apply_anti_leech_to_tempcode_url
Definitions
sources/anti_leech.php
- Apply anti-leech protection to a URL.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $url | Tempcode | No | No | required parameter | N/A | N/A | The URL |
Preview
Code (PHP)
/**
* Apply anti-leech protection to a URL.
*
* @param Tempcode $url The URL
*/
function apply_anti_leech_to_tempcode_url(object $url)
* Apply anti-leech protection to a URL.
*
* @param Tempcode $url The URL
*/
function apply_anti_leech_to_tempcode_url(object $url)

