Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/spring-mvc/2.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 如何在Fusion表中显示表的ROWID_Php_Google Fusion Tables - Fatal编程技术网

Php 如何在Fusion表中显示表的ROWID

Php 如何在Fusion表中显示表的ROWID,php,google-fusion-tables,Php,Google Fusion Tables,我有一个名为Testing的表。此表中的字段为Id、名称和说明。fusion表查看器中仅显示这些字段。我还想在fusion table viewer中显示每一行的ROWID。是否可以显示???此示例可以帮助您 <?php include('../clientlogin.php'); include('../sql.php'); include('../file.php'); //get token $token = ClientLogin::getAuthToken('username

我有一个名为Testing的表。此表中的字段为Id、名称和说明。fusion表查看器中仅显示这些字段。我还想在fusion table viewer中显示每一行的ROWID。是否可以显示???

此示例可以帮助您

<?php

include('../clientlogin.php');
include('../sql.php');
include('../file.php');

//get token
$token = ClientLogin::getAuthToken('username', 'password');
$ftclient = new FTClientLogin($token);

//select rowid from table
echo $ftclient->query(SQLBuilder::select(358077, array('rowid')));
echo "<br />";
资料来源:

此时无法在Fusion表中查看rowid。您可以启动以下功能请求: