$line = "30,[CVS Core] server dot cvsignore file should be considered by client (1GCC6MB),jean-michel_lemieux@ca.ibm.com,expert,platform-vcm-inbox@eclipse.org";
list($bugId,$bugText,$dupId,$submitId,$submitExpert,$bugFixerId) = split(",", $line);
echo $bugId.",";
echo $submitId.",";
echo $submitExpert.",";
echo $bugFixerId.",";
echo $bugText;
これが私のphpコードですが、 Undefined offset: 5 と表示される理由がわかりません
これが結果です
30,expert,platform-vcm-inbox@eclipse.org,,[CVS Core] サーバー ドット cvsignore ファイルはクライアントが考慮する必要があります (1GCC6MB)
何が起こったのかわかりません。
ありがとう