ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Cache
/
opt
cpanel
ea-wappspector
vendor
rector
rector
vendor
illuminate
contracts
Cache
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Factory.php
282 B
chmod
View
DL
Edit
Rename
Delete
Lock.php
905 B
chmod
View
DL
Edit
Rename
Delete
LockProvider.php
583 B
chmod
View
DL
Edit
Rename
Delete
LockTimeoutException.php
136 B
chmod
View
DL
Edit
Rename
Delete
Repository.php
2.86 MB
chmod
View
DL
Edit
Rename
Delete
Store.php
1.86 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Cache/Lock.php
<?php namespace RectorPrefix202411\Illuminate\Contracts\Cache; interface Lock { /** * Attempt to acquire the lock. * * @param callable|null $callback * @return mixed */ public function get($callback = null); /** * Attempt to acquire the lock for the given number of seconds. * * @param int $seconds * @param callable|null $callback * @return mixed * * @throws \Illuminate\Contracts\Cache\LockTimeoutException */ public function block($seconds, $callback = null); /** * Release the lock. * * @return bool */ public function release(); /** * Returns the current owner of the lock. * * @return string */ public function owner(); /** * Releases this lock in disregard of ownership. * * @return void */ public function forceRelease(); }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply