Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. array(3) {
  2.   [0]=>
  3.   object(stdClass)#22 (2) {
  4.    ["idUsuarios"]=>
  5.     string(1) "1"
  6.     ["nome"]=>
  7.     string(5) "admin"
  8.   }
  9.   [1]=>
  10.   object(stdClass)#23 (2) {
  11.    ["idUsuarios"]=>
  12.     string(1) "2"
  13.     ["nome"]=>
  14.     string(10) "Marco Polo"
  15.   }
  16.   [2]=>
  17.   object(stdClass)#24 (2) {
  18.    ["idUsuarios"]=>
  19.     string(1) "3"
  20.     ["nome"]=>
  21.     string(8) "VENDEDOR"
  22.   }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement