REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 362 B
Close
/home/getspomw/royalsquad.us/vendor/laravel/pail/src/Guards/EnsurePcntlIsAvailable.php
Text
Base64
<?php namespace Laravel\Pail\Guards; use RuntimeException; class EnsurePcntlIsAvailable { /** * Checks if the pcntl extension is available. */ public static function check(): void { if (! function_exists('pcntl_fork')) { throw new RuntimeException('The [pcntl] extension is required to run Pail.'); } } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
EnsurePcntlIsAvailable.php
362 B
lrw-rw-rw-
2025-09-17 06:53:03
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).