File manager - Edit - /home/opticamezl/www/newok/libraries/regularlabs/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php
Back
<?php namespace RegularLabs\Scoped\DeepCopy; use function function_exists; if (\false === function_exists('RegularLabs\Scoped\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); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings