Can a PHP function return an array?
Can a PHP function return an array? In PHP you can return one and only one value from your user functions, but you are able to make that single value an array, thereby allowing you to return many values. Can a function return an array in C? C programming does Read more…