Write, test, and debug (if necessary) PHP scripts for thespecifications that follow write functions and the code to testthem.1 Parameter: An array of strings.Return value: A list of the unique strings in the parameter array.2 Parameter: An array of numbers.Return value: The average and median of the parameter array.3 Parameter: An array of strings.Return value: A list of the three strings that occur mostfrequently in the parameter array4 Write a PHP program to create class student with followingspecification Data members: Name, Roll Num, Average MarksMember functions: Read and WriteUse the above information to read and write information of twostudents.5 Parameter: A string containing words that are delimited on theleft with spaces and on theright with spaces, commas, periods, or question marks.Return value: The three most common words in the string thathave more than three letters
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here