An open API service indexing awesome lists of open source software.

https://github.com/holdoffhunger/php-data-structures

Utilities for managing and working with data structures in PHP.
https://github.com/holdoffhunger/php-data-structures

Last synced: 2 months ago
JSON representation

Utilities for managing and working with data structures in PHP.

Awesome Lists containing this project

README

        

# PHP Data Structures

*You* provide the data structure.

*We* return an analysis of it.

## TOC

1. [TOC](#toc)
2. [Functionality](#functionality)
3. [Online Demos](#online-demos)

## Functionality

_findDuplicateArrayKeys()_: This analysis will detect whether your code contains duplicate, overriding keys in your associative arrays.

## Online Demos

_Check out the code in an online demo..._

### Simple Demo Hosted by Us

* [Find Duplicate Array Keys(), hosted at RevoltLib.com](https://www.revoltlib.com/datautilities.php?action=findDuplicateArrayKeys)