Which function will return true if a variable is an array or false if it is not?
Which function will return true if a variable is an array or false if it is not? Correct Answer is_array()
A built-in function, is_array(), is available for testing an array. Its prototype follows: boolean is_array(mixed variable).
মোঃ আরিফুল ইসলাম
Feb 20, 2025