v5:reference:connection:version
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
v5:reference:connection:version [2023/06/04 12:10] – created dregad | v5:reference:connection:version [2023/06/04 12:40] (current) – [Usage] $ADODB_vers dregad | ||
---|---|---|---|
Line 12: | Line 12: | ||
The function returns the ADOdb version number. | The function returns the ADOdb version number. | ||
- | < | + | |
+ | ===== $ADODB_vers ===== | ||
+ | |||
+ | This global variable should be considered as a constant. | ||
+ | It contains the **ADOdb version and release date** in the following format: | ||
+ | |||
+ | '' | ||
+ | |||
+ | The version number (X = major, Y = minor, Z = hotfix components, separated by dots '' | ||
+ | |||
+ | While under development, | ||
+ | |||
+ | < | ||
+ | The // | ||
+ | </WRAP> | ||
===== Usage ===== | ===== Usage ===== | ||
Line 24: | Line 39: | ||
// backwards compatible code | // backwards compatible code | ||
} | } | ||
+ | </ | ||
+ | |||
+ | <code php> | ||
+ | echo $ADODB_vers; | ||
+ | // v5.22.5 | ||
</ | </ | ||
Line 32: | Line 52: | ||
// 5.22.5 | // 5.22.5 | ||
</ | </ | ||
- | |||
v5/reference/connection/version.1685873432.txt.gz · Last modified: 2023/06/04 12:10 by dregad