<?php $mainstack = ['applet' => "Flow"]; $menustack = ['applet' => "Menu", 'repeat' => "2"]; $dialstack = []; $dial1 = ['applet' => "Dial", 'number' => "165465468", 'whisper' => "Yes"]; $dial2 = ['applet' => "Dial", 'number' => "654984", 'whisper' => "No"]; $dial3 = ['applet' => "Dial", 'number' => "398965165", 'whisper' => "Yes"]; $mainstack[] = &$menustack; array_push($dialstack, $dial1, $dial2, $dial3); $menustack[] = $dialstack; var_export($mainstack);
You have javascript disabled. You will not be able to edit any code.