(PHP 5 >= 5.6.0, PHP 7, PHP 8)
ReflectionParameter::isVariadic — 檢查參數是否為可變參數
檢查參數是否宣告為可變參數。
此函式沒有參數。
如果參數是可變參數,則回傳 true,否則回傳 false。
true
false