Guest User

Untitled

a guest
May 25th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. foreach($atributos as $atributo){
  2. $opcoes = explode(':',$atributo);
  3. $name = $opcoes[0];
  4. if(!empty($opcoes[1])){
  5. $opcoes = explode(';',$opcoes[1]);
  6. }
Add Comment
Please, Sign In to add comment