Skip to content

Instantly share code, notes, and snippets.

@Asetss
Created November 29, 2018 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Asetss/16f4540cfe4093f66abdbdd8eda834c6 to your computer and use it in GitHub Desktop.
Save Asetss/16f4540cfe4093f66abdbdd8eda834c6 to your computer and use it in GitHub Desktop.
arr_result
[
1 => [
0 => [
"user_id" => 1,
"date" => "22.10.2018"
"time" => "02:00:00"
],
1 => [
"user_id" => 1,
"date" => "23.10.2018"
"time" => "00:20:00"
]
],
2 => [
0 => [
"user_id" => 1,
"date" => "22.10.2018"
"time" => "02:00:00"
],
1 => [
"user_id" => 1,
"date" => "23.10.2018"
"time" => "00:20:00"
]
],
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment