The constants 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.
Specifies the currency character that should be placed at the start of a money
value. Equivalent to setting II_MONEY_FORMAT to 'L:'. Available since version 1.2.0 of the PECL extension.
Specifies the currency character that should be placed at the end of a money
value. Equivalent to setting II_MONEY_FORMAT to 'T:'. Available since version 1.2.0 of the PECL extension.
Specifies the default table or index structure to BTREE when used in combination with the
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
Specifies the default table or index structure to COMPRESSED BTREE when used in combination with the
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
Specifies the default table or index structure to HASH when used in combination with the
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
Specifies the default table or index structure to COMPRESSED HASH when used in combination with the
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
Specifies the default table structure to HEAP when used in combination with the
table_structure option when connecting. Available since version 1.4.0 of the PECL extension.
Specifies the default table structure to COMPRESSED HEAP when used in combination with the
table_structure option when connecting. Available since version 1.4.0 of the PECL extension.
Specifies the default table or index structure to ISAM when used in combination with the
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
Specifies the default table or index structure to COMPRESSED ISAM when used in combination with the
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.