How can you easily avoid getting this error/notice in PHP?
Notice: Undefined index: test in /var/www/page.php on line 21
The code:
$table = 'test';
$preset = array();
method($preset[$table]);
The array $preset
exists but not with the specified index
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…