ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site BKP/wp-content/plugins/otgs-installer-plugin/fp/core/Functor
/
home
mhhtmff
www
site BKP
wp-content
plugins
otgs-installer-plugin
fp
core
Functor
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Applicative.php
216 B
chmod
View
DL
Edit
Rename
Delete
ConstApplicative.php
190 B
chmod
View
DL
Edit
Rename
Delete
ConstFunctor.php
221 B
chmod
View
DL
Edit
Rename
Delete
Functor.php
423 B
chmod
View
DL
Edit
Rename
Delete
IdentityFunctor.php
259 B
chmod
View
DL
Edit
Rename
Delete
Pointed.php
461 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site BKP/wp-content/plugins/otgs-installer-plugin/fp/core/Functor/Pointed.php
<?php namespace WPML\INSTALLER\FP\Functor; use function WPML\INSTALLER\FP\curryN; trait Pointed { /** * of :: a -> M a * * Curried function that returns an instance of the derived class * * @param mixed $value (optional) * * @return mixed|callable */ public static function of( $value = null ) { $of = function ( $value ) { return new static( $value ); }; return call_user_func_array( curryN( 1, $of ), func_get_args() ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply