<?php // Declare a simple function to return an // array from our object function get_students($obj) { if (!is_object($obj)) { return false; }
確定! 回上一頁