PHP Velho Oeste 2024

"counter" 扩展 - 一个连续的实例

Table of Contents

序言

贯穿于整个 Zend 文档之中,参考文档中制作了一个实例模块用来阐述各种概念。 “counter”扩展就是这样一个范例,为了阐述各种概念,通过一个假定的但起作用的 Zend 模块,争取在合理情况下地尽可能多地使用 Zend API。这个短章节描述了整个扩展的用户接口。

Note: “counter”没有任何实际用途,所提供的功能就是来提供极为有效的通过适当的用户库实现的代码。

add a note add a note

User Contributed Notes 1 note

up
0
ohcc at 163 dot com
5 years ago
After testing PHP versions from 4.4 to 7.2 on Windows, I found that the Counter extension is actually not supported by PHP.

1. The COUNTER_* constants and the counter_* functions are not defined.

2. The Counter class can not be found.

3. The Counter extension can not be found on the PECL site.
To Top