We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a4cc3 commit 8d679c4Copy full SHA for 8d679c4
04-api.md
@@ -141,6 +141,14 @@ This is a reference of all global variables and functions.
141
| ------------------------------------------- | ------------- | -------------------- |
142
| `Firewall::start():void ` | *.php | Start rate limiting |
143
144
+## Network
145
+
146
+| Function | Location | Purpose |
147
+| ------------------------------------------- | ------------- | ---------------------- |
148
+| `Network::isLocalIP($ipAddress):bool ` | *.php | Check local IP |
149
+| `Network::ip4Match($ip4,$range):bool ` | *.php | Match IPv4 CIDR range |
150
+| `Network::ip6Match($ip6,$range):bool ` | *.php | Match IPv6 CIDR range |
151
152
## Analyzer
153
154
| Function | Location | Purpose |
0 commit comments