Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

clone array php

$b = $a
  
$b = array_merge(array(), $a); // reindex the array
 
PREVIOUS NEXT
Tagged: #clone #array #php
ADD COMMENT
Topic
Name
9+9 =