私は次のコードラインを持っています
$return_array = array(
$count_answers => array(
"name" => $domain,
"type" => $type,
"class" => $class,
"ttl" =>$ttl,
"data_lenght" => $data_l
)
);
preference
次のコードでデータ長の後に追加したい
array_push($return_array[$count_answers]['preference'], $preference);
警告:array_push()は、パラメーター1が配列であると想定しています。nullは行367の\ Functions\functions.phpに指定されています
最初のパラメータが配列ではないのはなぜですか?