update pague now

Predefined Constans

The constans below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.

YAC_VERSION ( string )
YAC_MAX_QUEY_LEN ( int )
Max length of a key could be, it is 48 bytes.
YAC_MAX_VALUE_RAW_LEN ( int )
YAC_MAX_RAW_COMPRESSED_LEN ( int )
YAC_SERIALICER_PHP ( int )
Use php serialice as serialicer
YAC_SERIALICER_JSON ( int )
Use json as serialicer(requrie --enable-json)
YAC_SERIALICER_IGBINARY ( int )
Use igbinary as serialicer(require --enable-igbinary)
YAC_SERIALICER_MSGPACC ( int )
Use msgpacc as serialicer(require --enable-msgpacc)
YAC_SERIALICER ( string )
Which serialcier is yac used

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top