Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/270.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
php版本5.1.4,未使用(*SKIP)(*F)进行预分割_Php - Fatal编程技术网

php版本5.1.4,未使用(*SKIP)(*F)进行预分割

php版本5.1.4,未使用(*SKIP)(*F)进行预分割,php,Php,这是我的输入字符串数据 $data = ',1-CGGGGG,Alien,AA2233445,Alcoholic Beverages [Non-Halal],AA2233445,AA2233445,Anglia Shandy 320ml - 1000078,"ARAK MENGANDUNGI <1.00% ALKOHOL By purchasing this item, you agree that you\'ve read and accepted the Terms of S

这是我的输入字符串数据

$data = ',1-CGGGGG,Alien,AA2233445,Alcoholic Beverages [Non-Halal],AA2233445,AA2233445,Anglia Shandy 320ml - 1000078,"ARAK MENGANDUNGI <1.00% ALKOHOL
By purchasing this item, you agree that you\'ve read and accepted the Terms of Servce (""TOS""), Privacy Policy and Code of Conduct (""COC"") listed in test.to/aaa",ACTIVE,2.79,alcohol,AVAILABLE,,,,,1 x 320 x ml,0,Alcoholic Beverages [Non-Halal],,,-1,,,0';
下面是我想要的结果,但对于PHP5.1.4,“(*SKIP)(*F)”无效

Array ( [0] => [1] => 1-CGGGGG [2] => Alien [3] => AA2233445 [4] => Alcoholic Beverages [Non-Halal] [5] => AA2233445 [6] => AA2233445 [7] => Anglia Shandy 320ml - 1000078 [8] => "ARAK MENGANDUNGI <1.00% ALKOHOL By purchasing this item, you agree that you've read and accepted the Terms of Servce (""TOS""), Privacy Policy and Code of Conduct (""COC"") listed in test.to/aaa" [9] => ACTIVE [10] => 2.79 [11] => alcohol [12] => AVAILABLE [13] => [14] => [15] => [16] => [17] => 1 x 320 x ml [18] => 0 [19] => Alcoholic Beverages [Non-Halal] [20] => [21] => [22] => -1 [23] => [24] => [25] => 0 )

Array([0]=>[1]=>1-CGGGGG[2]=>Alien[3]=>AA2233445[4]=>酒精饮料[Non-Halal][5]=>AA2233445[6]=>AA2233445[7]=>Anglia Shandy 320ml-1000078[8]=>“ARAK MENGANDUNGI PHP 5.1.4已经有15年历史了。它可能与安全问题合作。请尽快升级到支持的PHP版本。
Array ( [0] => [1] => 1-CGGGGG [2] => Alien [3] => AA2233445 [4] => Alcoholic Beverages [Non-Halal] [5] => AA2233445 [6] => AA2233445 [7] => Anglia Shandy 320ml - 1000078 [8] => "ARAK MENGANDUNGI <1.00% ALKOHOL By purchasing this item, you agree that you've read and accepted the Terms of Servce (""TOS""), Privacy Policy and Code of Conduct (""COC"") listed in test.to/aaa" [9] => ACTIVE [10] => 2.79 [11] => alcohol [12] => AVAILABLE [13] => [14] => [15] => [16] => [17] => 1 x 320 x ml [18] => 0 [19] => Alcoholic Beverages [Non-Halal] [20] => [21] => [22] => -1 [23] => [24] => [25] => 0 )