Skip to content

Instantly share code, notes, and snippets.

@Asetss
Created November 29, 2018 06:45
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/2dc996fbdae9a15ef7a3d9be70f99a35 to your computer and use it in GitHub Desktop.
Save Asetss/2dc996fbdae9a15ef7a3d9be70f99a35 to your computer and use it in GitHub Desktop.
arr
<?php
$arr = [
1 => [
0 => [
"user_id" => 1,
"date" => "22.10.2018",
"time" => "01:40:00",
],
1 => [
"user_id" => 1,
"date" => "22.10.2018",
"time" => "00:20:00",
],
2 => [
"user_id" => 1,
"date" => "23.10.2018",
"time" => "00:05:00",
],
3 => [
"user_id" => 1,
"date" => "23.10.2018",
"time" => "00:15:00",
]
],
2 => [
0 => [
"user_id" => 1,
"date" => "22.10.2018",
"time" => "01:45:00",
],
1 => [
"user_id" => 1,
"date" => "22.10.2018",
"time" => "00:21:00",
],
2 => [
"user_id" => 1,
"date" => "23.10.2018",
"time" => "00:04:00",
],
3 => [
"user_id" => 1,
"date" => "23.10.2018",
"time" => "00:16:00",
]
],
];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment