
Choose Your Desired Option(s)
Become a SourceCodec member for full access. Your first 7 days are free.
Source code PHP Lấy toàn bộ URLs của một website
Setting
require_once __DIR__ . ‘/get_all_urls_website.php’;
$url = ‘[URL_WEBSITE]’;
$depth = 2; // default 5, depth of the URL
$get_urls = new Get_all_URLs($url, $depth);
$get_urls->run();
Demo
- N: number
- HTTP_STATUS: HTTP Status
- TIME: time load page, seconds
- DEPTH: depth of the URL
- URL: Current URL

#Get-all-URLs-from-a-website
| Download Category | PHP Scripts |
| Product Homepage URL→ | |
| Product Version | |
| File Type | PHP |
| File Size | 2 KB |
| Developer | |
| Documentation |





