X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/vendor/myclabs/deep-copy/src/DeepCopy
opt
/
cpanel
/
ea-wappspector
/
vendor
/
myclabs
/
deep-copy
/
src
/
DeepCopy
/
??
..
??
DeepCopy.php
(8.57 KB)
??
Exception
??
Filter
??
Matcher
??
Reflection
??
TypeFilter
??
TypeMatcher
??
deep_copy.php
(396 B)
Editing: deep_copy.php
<?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); } }
Upload File
Create Folder