Which of the following is NOT a valid function declaration? seenagape 9 years ago Which of the following is NOT a valid function declaration? A.function x ($x1 = array()) B.function x (A $x1) C.function x (A $x1 = null) D.function x ($x1 = $x2) ← Previous question Next question →