My google Docs Spreadsheet call returns this response in the json format
(I only need everything after "rows")
please look at the formatted response here : )
Ben Bu kod null döndürür (Evet, ben php de korkunç duyuyorum) verilerini ayrıştırmak ve kullanmak için PHP'nin json_decode işlevini kullanın ve belgelere göre, null "if the json cannot be decoded" döndürülür.
$json = file_get_contents($jsonurl);
$json_output = json_decode($json);var_dump ($ json_output); / / NULL döndürüyor
Temel olarak, ne ben başarmak istiyorum Json yanıtın ilk satır değerlerini basit bir dizi yapmaktır.
böyle
$array = {'john','John Handcock','email@yahoo.com','2929292','blanc'}
Siz dahi, ben senin anlayış için teşekkür ederiz ve bu çok da yardımcı olur!
"Sberry2A" feryat söz Answer gibi, tepki yerine tsv-excel sürümünü ayrıştırmak için karar Tho geçerli Json, google, bu amaç için Zend Json library sunmaktadır değil :)