X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/myclabs/deep-copy/src/DeepCopy
home
/
prisjneg
/
public_html
/
vendor
/
myclabs
/
deep-copy
/
src
/
DeepCopy
/
📁
..
📄
DeepCopy.php
(8.49 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