2017 © Pedro Peláez
 

library array_dot

array_dot method to navigate into array

image

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

The README.md

array_dot

array_dot method to navigate into array, (*1)

Build Status codecov Total Downloads, (*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');

The Versions

10/07 2018

dev-master

9999999-dev

array_dot method to navigate into array

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

10/07 2018

0.2.0

0.2.0.0

array_dot method to navigate into array

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

04/07 2018

0.1.0

0.1.0.0

array_dot method to navigate into array

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires