Helper Misc


1Overview

Helper offering a wide range of functions.


2clone()

This static method clones objects as well as arrays (and scalar types).

Arrays are cloned recursively.

Method signature:

clone(mixed $input) : mixed

Parameter :

  • $input : Item to be cloned.