dev-master
9999999-dev https://www.abdulmohsen.meArray Dot Notation
MIT
The Requires
- php >=7.0.0
array dot notation
v1.0.0
1.0.0.0 https://www.abdulmohsen.meArray Dot Notation
MIT
The Requires
- php >=7.0.0
array dot notation
Wallogit.com
2017 © Pedro Peláez
Array Dot Notation
Array Dot Notation, (*1)
Via Composer, (*2)
$ composer require arabcoders/dot-notation
<?php
require __DIR__ . '/../../autoload.php';
$list = [
'one' => [
'two' => 'foo'
]
];
$dot = new \arabcoders\DotNotation\DotNotation( $list );
var_dump( $dot->get('one.two') === $list['one']['two'] );
echo $dot->get('one.two');
Array Dot Notation
MIT
array dot notation
Array Dot Notation
MIT
array dot notation