Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add convenient function for arrays #6

Open
6 tasks
sylvainv opened this issue Apr 5, 2016 · 0 comments
Open
6 tasks

Add convenient function for arrays #6

sylvainv opened this issue Apr 5, 2016 · 0 comments

Comments

@sylvainv
Copy link
Owner

sylvainv commented Apr 5, 2016

When patching an element, one can use advantage of array functions and add data to the existing data without having to fetch it first.

  • append array_append
  • prepend array_prepend
  • update single element
  • concatenate array_cat
  • remove array_remove
  • replace array_replace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant