php array clear

Posted by Arun on Stack Overflow See other posts from Stack Overflow or by Arun
Published on 2010-05-31T07:02:19Z Indexed on 2010/05/31 7:02 UTC
Read the original article Hit count: 229

Filed under:
|
|

Is there any default function to clear only the values of an array. For ex arr{10,3,3,34,56,12} to arr{0,0,0,0,0,0}

© Stack Overflow or respective owner

Related posts about php

Related posts about array