Skip to content

Instantly share code, notes, and snippets.

@kkar

kkar/test.php Secret

Created December 19, 2017 15:35
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 kkar/27a3d1bee623077944a967ce8fb839b8 to your computer and use it in GitHub Desktop.
Save kkar/27a3d1bee623077944a967ce8fb839b8 to your computer and use it in GitHub Desktop.
Adding another array element at runtime in PHP
(
[812] => stdClass Object
(
[state] => free
[numbers] => Array
(
[0] => 0
[1] => 6
[2] => 0
[3] => 5
[4] => 5
[5] => 1
)
[total] => 12
[remaining] => 6
[used] => 6
[hold] => Array
(
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment