Merge remote-tracking branch 'origin/master'

This commit is contained in:
Reza Salarmehr
2017-11-29 22:22:26 +11:00

View File

@ -41,7 +41,7 @@ $foo = $ary['x'];
$missed = $ary->get('missed', 'Default value');
$ary->all(); // returns the simple php array;
// behaive as regular arrays
// works as regular arrays
count($ary); //returns 3
unset($ary[0]);
json_encode($ary);