fixing API comments.
This commit is contained in:
@@ -10,11 +10,11 @@ class Arr {
|
||||
* in multiple arrays is also supported.
|
||||
*
|
||||
* <code>
|
||||
* // Returns "taylor"
|
||||
* $item = Arr::get(array('name' => 'taylor'), 'name', $default);
|
||||
* // Returns "taylor"
|
||||
* $item = Arr::get(array('name' => 'taylor'), 'name', $default);
|
||||
*
|
||||
* // Returns "taylor"
|
||||
* $item = Arr::get(array('name' => array('is' => 'taylor')), 'name.is');
|
||||
* // Returns "taylor"
|
||||
* $item = Arr::get(array('name' => array('is' => 'taylor')), 'name.is');
|
||||
* </code>
|
||||
*
|
||||
* @param array $array
|
||||
|
||||
Reference in New Issue
Block a user