PHP Velho Oeste 2024

预定义常量

Table of Contents

下列常量由此扩展定义,且仅在此扩展编译入 PHP 或在运行时动态载入时可用。

add a note add a note

User Contributed Notes 1 note

up
1
kermodebear (at) gmail dot com
15 years ago
The constant STDSCR is also defined, which appears to be the resource handle for the screen generated when ncurses_init() is called.
To Top