library array_dot
array_dot method to navigate into array
00f100/array_dot
array_dot method to navigate into array
- Tuesday, July 10, 2018
- by 00F100
- Repository
- 1 Watchers
- 1 Stars
- 52 Installations
- PHP
- 3 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
array_dot
array_dot method to navigate into array, (*1)
, (*2)
How to install
Composer:, (*3)
$ composer require 00f100/array_dot
or add in composer.json, (*4)
{
"require": {
"00f100/array_dot": "*"
}
}
How to use
<?php
$array = [];
array_dot($array, 'config.item', 'content');
// Print: content
echo array_dot($array, 'config.item');
dev-master
9999999-dev
array_dot method to navigate into array
Sources
Download
MIT
The Requires
The Development Requires
0.2.0
0.2.0.0
array_dot method to navigate into array
Sources
Download
MIT
The Requires
The Development Requires
0.1.0
0.1.0.0
array_dot method to navigate into array
Sources
Download
MIT
The Requires
The Development Requires