Hi, for testing i made the following script: PHP: $output = Array(); for ($i=0; $i<8000; $i++) { $output[$i] = "testString"; } $resp = json_encode($output);
確定! 回上一頁