您使用 MYSQL_QUERY()对您的表执行SQL查询,然后您使用WHILE 重新格式化结果来预排将得到的对象,并将数据重新格式化为新的简单阵列。
You execute an SQL query against your table with MYSQL_QUERY() and with the result, you reformat using WHILE to walk through the resulting object, and reformat the data into a new simple array.
您使用 MYSQL_QUERY()对您的表执行SQL查询,然后您使用WHILE 重新格式化结果来预排将得到的对象,并将数据重新格式化为新的简单阵列。
You execute an SQL query against your table with MYSQL_QUERY() and with the result, you reformat using WHILE to walk through the resulting object, and reformat the data into a new simple array.
应用推荐