Guest User

Untitled

a guest
Oct 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $foo = array();
  2. for($i = 0; $i < count($estrutura['cod_sub_sub']); $i++) {
  3. for($j = 0; $j < count($estrutura['cod_sub_sub'][$i]); $j++) {
  4. for($k = 0; $k < count($estrutura['cod_sub_sub'][$i][$j]); $k++) {
  5. for($m = 0; $m < count($categoria_sub_sub_cod); $m++) {
  6. if($categoria_sub_sub[$m] == $estrutura['cod_sub_sub'][$i][$j][$k]) {
  7. $foo
  8. }
  9. }
  10. }
  11. }
  12. }
Add Comment
Please, Sign In to add comment