📄 my_config.h
字号:
#ifdef HAVE_CONFIG_H#include "config.h"#endif#include <php_config.h>/* PHP might define ulong, but we want to use our own typedef */#ifdef ulong#undef ulong#endif/* The client doesn't use multiple charsets, so only the compiled-in default is really needed */#define SHAREDIR "NONEXISTENT"#define DEFAULT_CHARSET_HOME SHAREDIR
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -