Home > php教程 > php手册 > 如何从数组中诡秘的取值

如何从数组中诡秘的取值

WBOY
Release: 2016-06-13 09:52:38
Original
868 people have browsed it



问题
如何从数组中诡秘的取值
解决方法
比如select count(*).....结果应该只有一个值吧,现在一个数组中只有这么一个值,怎么把它取出来呢?
前提:不知道数组键名,不能用数字索引


参考答案
array_values
参考答案
你看看手册mysql_result()的用法,单个取值的话比较方便。
参考答案
原帖由 xdevil 于 2009-1-2 23:36 发表 [url=http://bbs.111cn.cn/redirect.php?goto=findpost&pid=812883&ptid=100203]链接标记[img]http://bbs.111cn.cn/images/common/back.gif[/img][/url]
array_values
这个函数返回的还是array,也没有直接把值取出来
参考答案
不知道说啥,,
参考答案
mysql_fetch_row() //
$arr[0];
?>

不要忘记:mysql_fetch_row的使用..
参考答案
current
(PHP 3, PHP 4, PHP 5)

current -- 返回数组中的当前单元
说明
mixed current ( array &array )
参考答案
原帖由 于安 于 2009-1-2 23:54 发表 [url=http://bbs.111cn.cn/redirect.php?goto=findpost&pid=812910&ptid=100203]链接标记[img]http://bbs.111cn.cn/images/common/back.gif[/img][/url]


不要忘记:mysql_fetch_row的使用..
可惜,我没用mysql
参考答案
原帖由 ddm 于 2009-1-2 23:59 发表 [url=http://bbs.111cn.cn/redirect.php?goto=findpost&pid=812916&ptid=100203]链接标记[img]http://bbs.111cn.cn/images/common/back.gif[/img][/url]
current
(PHP 3, PHP 4, PHP 5)

current -- 返回数组中的当前单元
说明
mixed current ( array &array )
非常感谢大家,要的就是这个宝贝[img]http://www.111cn.cn/bbs/images/smilies/default/loveliness.gif[/img]
参考答案
方法很多的,如:

array_shift

array_pop

这函数都能实现你要的功能。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template