$bahasa = array('PHP', 'JavaScript', 'Python', 'C', 'Java');
$editor = array('vim', 'eclipse', 'notepad++', 'emacs');
// hapus Python di baris berikut
$bahasa = array('PHP', 'JavaScript','C', 'Java');
// hapus array $editor di baris berikut
$editor = array unset($editor);
0 jempol
Axcel_38
27
0
penanya
·
5 tahun, 6 bulan yang lalu
·
0 jempol
tolong di bantu
Rama_031004
185
11
·
5 tahun, 6 bulan yang lalu
·
0 jempol
coba kek gini mamank: $editor = unset($editor);