Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

array_dot

array_dot method to navigate into array

Build Status codecov Total Downloads

How to install

Composer:

$ composer require 00f100/array_dot

or add in composer.json

{
    "require": {
        "00f100/array_dot": "*"
    }
}

How to use

<?php

$array = [];

array_dot($array, 'config.item', 'content');

// Print: content
echo array_dot($array, 'config.item');

About

array_dot method to navigate into array

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages