<?php echo $person["books"][2]; // Prints: A Book on PHP ?> Since the books array is an array with no defined keys, we just use indices.
確定! 回上一頁