Function __global->me_debug
Definitions
sources/global3.php
- Exit with debug data, only for a specific IP address.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $ip | IP | No | No | required parameter | N/A | N/A | IP address of tester |
| $data | mixed | No | No | required parameter | N/A | N/A | Data to display (no HTML escaping is done in this function) |
Preview
Code (PHP)
/**
* Exit with debug data, only for a specific IP address.
*
* @param IP $ip IP address of tester
* @param mixed $data Data to display (no HTML escaping is done in this function)
*/
function me_debug(string $ip, $data)
* Exit with debug data, only for a specific IP address.
*
* @param IP $ip IP address of tester
* @param mixed $data Data to display (no HTML escaping is done in this function)
*/
function me_debug(string $ip, $data)

