<?php function is_assoc($array) { return (is_array($array) && (count($array)==0 || 0 ... return (bool)($x instanceof ArrayAccess or is_array($x));
確定! 回上一頁