PHP 教程 在线

2718PHP Extension zip.

PHP Extension zip.

A zip management extension

Zip is an extension to create, modify and read zip files.

pecl.php.net/package/zip

2717PHP Extension intl.

PHP Extension intl.

PHP intl 是国际化扩展,是ICU 库的一个包装器

ICU(International Component for Unicode/Unicode国际化组件) 是 Unicode 支持、软件国际化、全球化的一个成熟的、广泛应用的库,由 IBM 赞助、支持和使用的,基于"IBM公共许可证",用于支持软件国际化的开源项目

Internationalization extension (further is referred as Intl) is a wrapper for » ICU library, enabling PHP programmers to perform various locale-aware operations including but not limited to formatting, transliteration, encoding conversion, calendar operations, » UCA-conformant collation, locating text boundaries and working with locale identifiers, timezones and graphemes,

It tends to closely follow ICU APIs, so that people having experience working with ICU in either C/C++ or Java could easily use the PHP API. Also, this way ICU documentation would be useful to understand various ICU functions.

php.net/manual/zh/intro.intl.php

2716PHP Extension soap.

PHP Extension soap.

简单对象访问协议

Simple Object Access Protocol

The SOAP extension can be used to write SOAP Servers and Clients. It supports subsets of  SOAP  WSDL  specifications.

facesoho.com/soap/soap-tutorial.html

php.net/manual/zh/intro.soap.php

2715XSL可扩展样式表语言

EXtensible Stylesheet Language

The XSL extension

implements the XSL standard, performing » XSLT transformations using the » libxslt library

XSL可扩展样式表语言,用来理解和样式化XML文档,作为基于XML的样式表语言,像CSS基于HTML的样式表语言;是标记语言,指定浏览器应该如何呈现XML文档

www.facesoho.com/xsl/xsl-tutorial.html

www.php.net/manual/zh/intro.xsl.php

2714PHP Extension sockets

PHP Extension sockets.

Socket扩展是基于流行的BSD sockets,实现了和socket通讯功能的底层接口,它可以和客户端一样当做一个socket服务器

www.php.net/manual/zh/intro.sockets.php