PHP有哪些数据结构可以存数据,该怎么解决

WBOY
Release: 2016-06-13 10:13:18
Original
811 people have browsed it

PHP有哪些数据结构可以存数据
如题,本身JAVA,现在来帮别人弄点PHP,不知道PHP中的情况,
请问PHP是没有JAVA中的类似LIST,VECTOR之类的么,只有数组是么

------解决方案--------------------
你要存什么数据?php的数组是很强大的东西,因为不知道java 所以有没什么数据范例看看
------解决方案--------------------
php 是用于网页开发的,没有必要内置复杂的数据结构
但他提供了构造复杂数据结构的基础:数组和类
需要时你可以自己构造

------解决方案--------------------
array不够用么? 那就object、resource,或者string的xml、json 够了吧
------解决方案--------------------
要不把数据库大神请出来吧...哈哈哈

Related labels:
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!