Multidimensional array :)

Write a PHP code to:

1- Create a 2-dimensional array, with a random number of rows and columns.

2- Fill the array with random numbers.

3- Send the array to a function that returns the number of the highest frequency in the array.

Who can help me to solve it?