Voting

: six minus zero?
(Example: nine)

The Note You're Voting On

bananasims at hotmail dot com
18 years ago
Some of the versions do not have this function.
I try to write it myself.
You may refer to my script below

function array_fill_keys($array, $values) {
if(is_array($array)) {
foreach($array as $key => $value) {
$arraydisplay[$array[$key]] = $values;
}
}
return $arraydisplay;
}

<< Back to user notes page

To Top