What is the difference between mysqli_fetch_object and mysqli_fetch_array?

mysqli_fetch_object() is similar to mysqli_fetch_array(), with one difference an object is returned, instead of an array. Industry, that means, and not by their offsets (numbers are illegal property names).