PHP 1. {main}() /Users/aaron/NetBeansProjects/PhpProject2/CssToSQL.php:0
PHP 2. GetContentRules($contentRules = *uninitialized*) /Users/aaron/NetBeansProjects/PhpProject2/CssToSQL.php:134
Line 134: $contentRuleList = GetContentRules($configSections['vips']);
function GetContentRules($contentRules) { ... }
$configSections['vips']
包含像1114線爲什麼我在使用php調用函數時會得到* uninitialized *警告?
我的功能正常工作,但我試圖找出爲什麼這個錯誤被拋出?
TIA!
請更清楚明確。 – 2011-04-24 18:39:08
向我們展示更多代碼 – levu 2011-04-24 18:39:11
嘗試'var_dump($ configSections);'在調用函數之前,是否定義了$ configSections ['vips']? – azat 2011-04-24 18:42:43