Function __global->has_regular_anti_leech_protection
Definitions
sources/anti_leech.php
- Find whether there is anti-leech protection using session IDs.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether there is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether there is anti-leech protection using session IDs.
*
* @return boolean Whether there is
*/
function has_regular_anti_leech_protection() : bool
* Find whether there is anti-leech protection using session IDs.
*
* @return boolean Whether there is
*/
function has_regular_anti_leech_protection() : bool

