這些函數(shù)的行為受 php.ini 中的設(shè)置影響。
名字 | 默認(rèn) | 可修改范圍 | 更新日志 |
---|---|---|---|
igbinary.compact_strings | 1 | PHP_INI_ALL |
名字 | 默認(rèn) | 可修改范圍 | 更新日志 |
---|---|---|---|
session.save_handler | "files" | PHP_INI_ALL |
這是配置指令的簡(jiǎn)短說(shuō)明。
igbinary.compact_strings
bool
Enable or disable compacting of duplicate strings. The default is On.
session.save_handler
string
Igbinary is used as session handler by setting this value to igbinary
.