Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. Array
  2. (
  3. [Trips] => Array
  4. (
  5. [trip_number] => JayLF2019---33
  6. [device_id] => 17157
  7. [status_id] => 2
  8. [plan_starttime] => 2019-11-12 10:00:00
  9. [remarks] =>
  10. [personnel_id] => 0
  11. [helper_id] => 0
  12. [lib_vehicletype_id] => 259
  13. [feedback_status_id] => 5
  14. [plan_endtime] => 2019-11-12 12:00:00
  15. )
  16.  
  17. [trip_groupings] => Array
  18. (
  19. [0] => Array
  20. (
  21. [lib_grouping_id] => 2075
  22. )
  23.  
  24. )
  25.  
  26. [stops] => Array
  27. (
  28. [0] => Array
  29. (
  30. [destination_id] => 133625
  31. [latitude] => 14.63788383209837
  32. [longitude] => 121.04107437302446
  33. [plan_arrival] => 2019-11-12 09:00:00
  34. [plan_departure] => 2019-11-12 10:00:00
  35. [is_pickup] => 1
  36. [ordinal] => 0
  37. [status_id] => 3
  38. [date] => 2019-11-12
  39. )
  40.  
  41. [1] => Array
  42. (
  43. [destination_id] => 468751
  44. [latitude] => 14.638191162651063
  45. [longitude] => 121.04116402739169
  46. [plan_arrival] => 2019-11-12 10:00:00
  47. [plan_departure] => 2019-11-12 11:00:00
  48. [is_pickup] => 0
  49. [ordinal] => 1
  50. [status_id] => 3
  51. [date] => 2019-11-12
  52. )
  53.  
  54. [2] => Array
  55. (
  56. [destination_id] => 133625
  57. [latitude] => 14.63788383209837
  58. [longitude] => 121.04107437302446
  59. [plan_arrival] => 2019-11-12 12:00:00
  60. [plan_departure] => 2019-11-12 13:00:00
  61. [is_pickup] => 0
  62. [ordinal] => 2
  63. [status_id] => 3
  64. [date] => 2019-11-12
  65. )
  66.  
  67. )
  68.  
  69. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement