/ Published in: PHP
This requires a one dimensional array.
Expand |
Embed | Plain Text
function array_numeric_to_assoc($arr) { } return $new_arr; }
You need to login to post a comment.
section31 on 11/20/08
1 person have marked this snippet as a favorite
This requires a one dimensional array.
function array_numeric_to_assoc($arr) { } return $new_arr; }
You need to login to post a comment.