REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 570 B
Close
/proc/thread-self/root/home/byroehnu/easetack.com/vendor/spatie/crawler/src/CrawlQueues/CrawlQueue.php
Text
Base64
<?php namespace Spatie\Crawler\CrawlQueues; use Psr\Http\Message\UriInterface; use Spatie\Crawler\CrawlUrl; interface CrawlQueue { public function add(CrawlUrl $url): self; public function has(CrawlUrl|UriInterface $crawlUrl): bool; public function hasPendingUrls(): bool; public function getUrlById($id): CrawlUrl; public function getPendingUrl(): ?CrawlUrl; public function hasAlreadyBeenProcessed(CrawlUrl $url): bool; public function markAsProcessed(CrawlUrl $crawlUrl): void; public function getProcessedUrlCount(): int; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
ArrayCrawlQueue.php
2.32 KB
lrw-rw-rw-
2025-02-24 09:20:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CrawlQueue.php
570 B
lrw-rw-rw-
2025-02-24 09:20:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).