Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.138.105.128
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
myclabs /
deep-copy /
src /
DeepCopy /
Delete
Unzip
Name
Size
Permission
Date
Action
Exception
[ DIR ]
drwxr-xr-x
2018-06-11 09:00
Filter
[ DIR ]
drwxr-xr-x
2018-06-11 09:00
Matcher
[ DIR ]
drwxr-xr-x
2018-06-11 09:00
Reflection
[ DIR ]
drwxr-xr-x
2018-06-11 09:00
TypeFilter
[ DIR ]
drwxr-xr-x
2018-06-11 09:00
TypeMatcher
[ DIR ]
drwxr-xr-x
2018-06-11 09:00
DeepCopy.php
7.18
KB
-rw-r--r--
2018-06-11 09:00
deep_copy.php
396
B
-rw-r--r--
2018-06-11 09:00
Save
Rename
<?php namespace DeepCopy; use function function_exists; if (false === function_exists('DeepCopy\deep_copy')) { /** * Deep copies the given value. * * @param mixed $value * @param bool $useCloneMethod * * @return mixed */ function deep_copy($value, $useCloneMethod = false) { return (new DeepCopy($useCloneMethod))->copy($value); } }