difference between mysql_fetch_object and mysql_fetch_array in php

difference between mysql_fetch_object and mysql_fetch_array in php


mysql_fetch_object Fetch a result row as an object,mysql_fetch_arrayFetch a result row as an associative array, a numeric array, or both