Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. global $rcl_options;
  2.     $arr = $rcl_options['setting'];
  3.         reset($arr);
  4.         while (list(, $value) = each($arr)) {
  5.     echo ",$value \n";
  6.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement