Extensions |
array array:clone ( )
Returns a new independent static array object that is a deep copy of itself.
Parameters
None.
Return Values
array | Copied array object |
Error Conditions
If there is not enough available memory in the system to create a copy of the array, this function will signal an error.
Example
Copyright 2010 Justin Aquadro