Skip to content

Releases: dimsog/arrayhelper

1.1.3

Choose a tag to compare

@dimsog dimsog released this 03 Apr 10:07

ArrayHelper::fluent()

  • added fluent interface

1.1.2

Choose a tag to compare

@dimsog dimsog released this 26 Mar 07:43

keyValue()

  • Convert a multidimensional array to key-value array

1.1.1

Choose a tag to compare

@dimsog dimsog released this 21 Mar 17:57

splitString()

  • Split a given string to array

toArray()

  • Convert a mixed data to array recursively

1.1.0

Choose a tag to compare

@dimsog dimsog released this 20 Mar 07:31

toInt()

  • toInt multidimensional array

1.0.9

Choose a tag to compare

@dimsog dimsog released this 13 Mar 13:04

insert()

  • Insert a new column to exist array

1.0.8

Choose a tag to compare

@dimsog dimsog released this 13 Mar 09:24

filter()

  • Filter an array

reindex()

  • Reindex all the keys of an array

1.0.7

Choose a tag to compare

@dimsog dimsog released this 12 Mar 07:40

column()

  • Return the values from a single column in the input array

1.0.6

Choose a tag to compare

@dimsog dimsog released this 11 Mar 16:11

isAssoc()

  • Determine whether array is assoc or not

only()

  • Get a subset of the items from the given array

except()

  • Get a subset of the items from the given array except $keys

1.0.5

Choose a tag to compare

@dimsog dimsog released this 10 Mar 15:59

paginate()

  • Extract a slice of the array

shuffle()

  • Shuffle an array

random()

  • Pick one or more random elements out of an array

1.0.4

Choose a tag to compare

@dimsog dimsog released this 07 Mar 10:59

isMulti()

  • Check if an array is multidimensional