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.
- Host: GitHub
- URL: https://github.com/holdoffhunger/php-data-structures
- Owner: HoldOffHunger
- License: bsd-3-clause
- Created: 2020-06-15T00:12:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T01:36:10.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T21:32:55.554Z (4 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)