ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/react/event-loop/src
/
opt
cpanel
ea-wappspector
vendor
rector
rector
vendor
react
event-loop
src
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Tick
-
chmod
Open
Rename
Delete
Timer
-
chmod
Open
Rename
Delete
ExtEventLoop.php
7.95 MB
chmod
View
DL
Edit
Rename
Delete
ExtEvLoop.php
5.89 MB
chmod
View
DL
Edit
Rename
Delete
ExtLibeventLoop.php
8.41 MB
chmod
View
DL
Edit
Rename
Delete
ExtLibevLoop.php
5.75 MB
chmod
View
DL
Edit
Rename
Delete
ExtUvLoop.php
8.9 MB
chmod
View
DL
Edit
Rename
Delete
Factory.php
1.81 MB
chmod
View
DL
Edit
Rename
Delete
Loop.php
7.31 MB
chmod
View
DL
Edit
Rename
Delete
LoopInterface.php
18.88 MB
chmod
View
DL
Edit
Rename
Delete
SignalsHandler.php
1.29 MB
chmod
View
DL
Edit
Rename
Delete
StreamSelectLoop.php
11.77 MB
chmod
View
DL
Edit
Rename
Delete
TimerInterface.php
509 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/react/event-loop/src/Factory.php
<?php namespace RectorPrefix202411\React\EventLoop; /** * [Deprecated] The `Factory` class exists as a convenient way to pick the best available event loop implementation. * * @deprecated 1.2.0 See Loop instead. * @see Loop */ final class Factory { /** * [Deprecated] Creates a new event loop instance * * ```php * // deprecated * $loop = React\EventLoop\Factory::create(); * * // new * $loop = React\EventLoop\Loop::get(); * ``` * * This method always returns an instance implementing `LoopInterface`, * the actual event loop implementation is an implementation detail. * * This method should usually only be called once at the beginning of the program. * * @deprecated 1.2.0 See Loop::get() instead. * @see Loop::get() * * @return LoopInterface */ public static function create() { $loop = self::construct(); Loop::set($loop); return $loop; } /** * @internal * @return LoopInterface */ private static function construct() { // @codeCoverageIgnoreStart if (\function_exists('uv_loop_new')) { // only use ext-uv on PHP 7 return new ExtUvLoop(); } if (\class_exists('RectorPrefix202411\\libev\\EventLoop', \false)) { return new ExtLibevLoop(); } if (\class_exists('EvLoop', \false)) { return new ExtEvLoop(); } if (\class_exists('EventBase', \false)) { return new ExtEventLoop(); } if (\function_exists('event_base_new') && \PHP_MAJOR_VERSION === 5) { // only use ext-libevent on PHP 5 for now return new ExtLibeventLoop(); } return new StreamSelectLoop(); // @codeCoverageIgnoreEnd } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply