检查是否存在拆分字符串

时间:2015-04-18 22:14:13

标签: php

$coins_string1 = ($fetch->coins);
$coins_string2 = ($fetch->coins);
$coins_string3 = ($fetch->coins);
$arr1 = $coins_string1[0];
$arr2 = $coins_string2[1];

if($coins_string3[2] !== false) {
    $arr3 = $coins_string3[2];
}

这是错误:

注意:未初始化的字符串偏移量:在第60行的O:\ xampp \ htdocs \ pages \ shop.php中为1

注意:未初始化的字符串偏移量:在第62行的O:\ xampp \ htdocs \ pages \ shop.php中为2

注意:未初始化的字符串偏移量:在第63行的O:\ xampp \ htdocs \ pages \ shop.php中为2

我怎么解决?请帮帮我!

0 个答案:

没有答案