Navigation: PHP API > Determine instance data
Process version (getVersion)
The function allows you to determine the version of the current process.
Parameter
Type
Description
-
The function returns the version as an integer.
Example:
…
$processVersion = $this->getVersion();