How-to articles, tricks, and solutions about ARRAY
If you want to learn how to sort an array of associative arrays by value of a given key in PHP, then read our tutorial. Here, you can find handy solutions.
Read this JavaScript tutorial and learn useful information about the logic of the sort() method which will help you sort an array of integers correctly.
Read this JavaScript tutorial and learn the two methods of sorting the elements of an array in alphabetical order based on the values of the elements.
In this JavaScript tutorial, you will read and learn information about a functional method of sorting an object by key supported by all major browsers.
On this page, we are going to provide you with comprehensive information about a common PHP issue: how to split a comma delimited string into an array.
Read this tutorial and find two easy and fast methods of splitting the string breaking at a particular character in JavaScript. Also, find and try examples.
Read the tutorial and find several easy and fast approaches to splitting a JavaScript array into smaller chunks. Choose one of the methods and try examples.
Learn How to use Angularjs filters. AngularJs lets us create custom filters and use it like you use other filters. Try examples yourself and see the result.
Here, we will demonstrate how to use standard callbacks, static class method callbacks, object method callbacks, as well as closure callbacks in PHP.
While working with PHP, every developer should know how to use echo, print, as well as print_r. Read our snippet to learn about these crucial parts of PHP.
This tutorial can be quite helpful for you, if you are interested in using the PHP serialize() and unserialized() functions in your programming practice.
In this snippet, you will find comprehensive and helpful guidelines on how to use the expm1() function in PHP.
In this snippet, we will demonstrate to you how to use one of the common PHP functions: func_get_arg().
Read this JavaScript tutorial and find two easy methods of writing a function that will accept an indefinite number of arguments. See and try examples.
Read this JavaScript tutorial and learn about the main differences between the function prototype methods: bind(), call() and apply() and their usages.