Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1.                 foreach ($icons as $key => $value) {
  2.                     if ($key == 0) continue;
  3.                     $i = 0;
  4.                     if ($i <= 5)
  5.                     {
  6.                         $mass_botton[] = [$vk->buttonText($value, 'blue', ['command' => "icon_{$key}"])];
  7.                         $i++;
  8.                     }
  9.                     else
  10.                     {
  11.                         $mass_botton[] = [$vk->buttonText($value, 'blue', ['command' => "icon_{$key}"])];
  12.                     }
  13.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement