Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. array(1) {
  2.   ["room"]=>
  3.   array(2) {
  4.     ["columns"]=>
  5.     array(12) {
  6.       [0]=>
  7.       string(7) "room_id"
  8.       [1]=>
  9.       string(11) "building_id"
  10.       [2]=>
  11.       string(13) "building_name"
  12.       [3]=>
  13.       string(5) "floor"
  14.       [4]=>
  15.       string(10) "room_no_id"
  16.       [5]=>
  17.       string(7) "room_no"
  18.       [6]=>
  19.       string(8) "card_num"
  20.       [7]=>
  21.       string(7) "max_num"
  22.       [8]=>
  23.       string(14) "room_type_code"
  24.       [9]=>
  25.       string(16) "room_status_code"
  26.       [10]=>
  27.       string(6) "remark"
  28.       [11]=>
  29.       string(8) "losttime"
  30.     }
  31.     ["records"]=>
  32.     array(2) {
  33.       [0]=>
  34.       array(12) {
  35.         [0]=>
  36.         int(60)
  37.         [1]=>
  38.         int(60)
  39.         [2]=>
  40.         string(1) "6"
  41.         [3]=>
  42.         int(6)
  43.         [4]=>
  44.         int(6)
  45.         [5]=>
  46.         string(1) "6"
  47.         [6]=>
  48.         int(6)
  49.         [7]=>
  50.         int(6)
  51.         [8]=>
  52.         string(1) "6"
  53.         [9]=>
  54.         string(1) "6"
  55.         [10]=>
  56.         string(1) "6"
  57.         [11]=>
  58.         string(19) "2017-02-06 13:18:27"
  59.       }
  60.       [1]=>
  61.       array(12) {
  62.         [0]=>
  63.         int(68)
  64.         [1]=>
  65.         int(44)
  66.         [2]=>
  67.         string(2) "44"
  68.         [3]=>
  69.         int(44)
  70.         [4]=>
  71.         int(44)
  72.         [5]=>
  73.         string(2) "44"
  74.         [6]=>
  75.         int(44)
  76.         [7]=>
  77.         int(44)
  78.         [8]=>
  79.         string(2) "44"
  80.         [9]=>
  81.         string(2) "44"
  82.         [10]=>
  83.         string(2) "44"
  84.         [11]=>
  85.         string(19) "2017-02-05 19:33:45"
  86.       }
  87.     }
  88.   }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement