Update readme.md

This commit is contained in:
Reza
2017-09-18 07:46:01 +10:00
committed by GitHub
parent a84365e73d
commit 6eee767daa

View File

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