이 확장은 다음의 상수들을 정의합니다. 이 확장을 PHP에 내장했거나, 실행시에 동적으로 읽어들일 경우에만 사용할 수 있습니다.
Other
The plugins version number can be obtained using
MYSQLND_MUX_VERSION
or
MYSQLND_MUX_VERSION_ID
.
MYSQLND_MUX_VERSION
is the string representation of the numerical version number
MYSQLND_MUX_VERSION_ID
, which is an integer such as 10000.
Developers can calculate the version number as follows.
Version (part) | Example |
---|---|
Major*10000 | 1*10000 = 10000 |
Minor*100 | 0*100 = 0 |
Patch | 0 = 0 |
MYSQLND_MUX_VERSION_ID | 10000 |