Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
70
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.  
  3. $arr = $rcl_options['setting'];
  4. reset($arr);
  5. while (list(, $value) = each($arr)) {
  6.     echo "$value \n";
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement