Advertisement
Guest User

Untitled

a guest
Sep 11th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.19 KB | None | 0 0
  1. Array
  2. (
  3.     [0] => Array
  4.         (
  5.             [0] => Array
  6.                 (
  7.                     [id] => 58
  8.                     [from] => 4
  9.                     [to] => 2
  10.                     [msg] => test                    
  11.                 )
  12.  
  13.             [1] => Array
  14.                 (
  15.                     [id] => 57
  16.                     [from] => 4
  17.                     [to] => 2                    
  18.                     [msg] => hello guys                  
  19.                 )
  20.  
  21.             [2] => Array
  22.                 (
  23.                     [id] => 44
  24.                     [from] => 3
  25.                     [to] => 2                    
  26.                     [msg] => sdf                    
  27.                 )
  28.  
  29.         )
  30.  
  31.     [1] => Array
  32.         (
  33.             [0] => Array
  34.                 (
  35.                     [id] => 50
  36.                     [from] => 3
  37.                     [to] => 2                    
  38.                     [msg] => ultimate test                    
  39.                 )
  40.  
  41.             [1] => Array
  42.                 (
  43.                     [id] => 43
  44.                     [from] => 3
  45.                     [to] => 2              
  46.                     [msg] => asw
  47.                    
  48.                 )
  49.  
  50.         )
  51.  
  52.     [2] => Array
  53.         (
  54.             [0] => Array
  55.                 (
  56.                     [id] => 55
  57.                     [from] => 2
  58.                     [to] => 3                    
  59.                     [msg] => Congrats!    
  60.                 )
  61.  
  62.             [1] => Array
  63.                 (
  64.                     [id] => 54
  65.                     [from] => 2
  66.                     [to] => 3                    
  67.                     [msg] => this is a test
  68.                 )
  69.  
  70.             [2] => Array
  71.                 (
  72.                     [id] => 53
  73.                     [from] => 2
  74.                     [to] => 3                  
  75.                     [msg] => How r u?
  76.                 )
  77.  
  78.             [3] => Array
  79.                 (
  80.                     [id] => 52
  81.                     [from] => 2
  82.                     [to] => 3                    
  83.                     [msg] => Good morning                    
  84.                 )
  85.  
  86.            
  87.         )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement