Home > Backend Development > PHP Tutorial > 关于PHP5扩展的有关问题

关于PHP5扩展的有关问题

WBOY
Release: 2016-06-13 10:19:14
Original
787 people have browsed it

关于PHP5扩展的问题
刚才看到PHP5-INTL PHP5-SQLITE 这类的extension。
请问这2个分别什么作用?

------解决方案--------------------
不明白
------解决方案--------------------
intl 是世界时扩展,因为用途不大或扩展本身的原因,隶属于 pecl。不由 php 开发组织负责维护

sqlite 是一种轻型的桌面数据库,被大多数编程语言支持,所以 php 也支持。以便于信息交流
------解决方案--------------------

探讨

intl 是世界时扩展,因为用途不大或扩展本身的原因,隶属于 pecl。不由 php 开发组织负责维护

sqlite 是一种轻型的桌面数据库,被大多数编程语言支持,所以 php 也支持。以便于信息交流
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