autoframe/components-arr

Core Array Utils Autoframe Framework

2.0.1 2023-06-05 23:05 UTC

This package is auto-updated.

Last update: 2024-04-06 01:10:38 UTC


README

Build Status License: MIT Packagist Version Downloads

PHP array utilities like custom sort, merge for settings profiles, etc

Namespace:

  • Autoframe\Component\Arr

SINGLETON Classes:

  • AfrArrCollectionClass (contains all the methods from the next classes)
  • AfrArrMergeProfileClass
  • AfrArrSortBySubKeyClass
  • AfrArrXSortClass
  • AfrArrExportArrayAsStringClass (Limited gettype() types: string, integer, double, NULL, array; Others are serielized)

Includes:

  • Traits
  • Interfaces