Update readme.md
This commit is contained in:
@ -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);
|
||||
@ -66,4 +66,4 @@ or use Composer:
|
||||
|
||||
Licence
|
||||
=======
|
||||
MIT
|
||||
MIT
|
||||
|
Reference in New Issue
Block a user