「PHP Programming/Files」の版間の差分

削除された内容 追加された内容
Use lowercase variable and function names for consistency throughout the book and usual conventions
wrong case for 'k' in code
42 行
$lines = file('data.txt');
foreach($lines as $Key => $line) {
$lineNum = $keyKey + 1;
echo "Line $lineNum: $line";
}