🔧 NetworkTools - Function Self Test
This test checks which network diagnostic functions are available on your system.
📋 Available Functions:
- dns_mx: ✓ Available
- dns_a: ✓ Available
- dns_txt: ✓ Available
- dns_ptr: ✓ Available
- dns_cname: ✓ Available
- dns_soa: ✓ Available
- dns_spf: ✓ Available
- tcp: ✓ Available
- smtp: ✓ Available
- http: ✓ Available
- https: ✓ Available
- ping: ✓ Available
- trace: ✓ Available
⚙️ System Information:
- PHP Version: 8.3.30
- Operating System: Linux
- exec() function: ✓ Enabled
- fsockopen() function: ✓ Enabled
- dns_get_record() function: ✓ Enabled
- curl extension: ✓ Enabled
- file_get_contents(): ✓ Enabled
- gethostbyname() function: ✓ Enabled
📊 Summary:
13 of 13 functions are available on this system (100%)
✓ Excellent! Most network diagnostic functions are working.
🚀 Quick Test:
You can now use the NetworkTools class. Example:
$tools = new NetworkTools();
$result = $tools->a('google.com');
print_r($result);
🔍 Debug Information:
- Output Buffer Level: 1
- Headers Sent: No
- Error Reporting: 32767
- Memory Usage: 0.34 MB