$array = array(‘foo’ => ‘bar’, ‘baz’, ‘bat’ => 2);
end($array);
while (key($array) !== null) {
echo key($array) .”: ” .current($array) . PHP_EOL;
prev($array);
}
$array = array(‘foo’ => ‘bar’, ‘baz’, ‘bat’ => 2);
end($array);
while (key($array) !== null) {
echo key($array) .”: ” .current($array) . PHP_EOL;
prev($array);
}
thank’s for the tip..
Hello, probably our posting might be off topic but anyways, Having gone browsing around your blog and it seems very professional. It is obvious that you know the subject and you seem fervent about it. I’m creating a fresh web site and I am struggling to make it look good, and provide high quality subject matter. I have acquired much at your web site and also I anticipate even more quality information and will be back soon. Thanks you.