PHPackages                             yagmikita/array-utils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. yagmikita/array-utils

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yagmikita/array-utils
=====================

191PHP

Since Nov 23Pushed 12y ago1 watchersCompare

[ Source](https://github.com/yagmikita/array-utils)[ Packagist](https://packagist.org/packages/yagmikita/array-utils)[ RSS](/packages/yagmikita-array-utils/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ArrayUtils
==========

[](#arrayutils)

- Array2Xml - class uses SimpleXMLElement class to recursively convert PHP associative array into XML-formatted string.
- ArrayIterator - class converts PHP array to an itarable object (less memory consumption then the same in SPL-library).

Array2Xml use cases:
====================

[](#array2xml-use-cases)

- Instantiate the converter:

```
