Navigation: PHP API > Determine instance data
Process name (getProcessName)
The function allows you to determine the name of the current process.
Parameter
Type
Description
-
The function returns the process name as a string.
Example:
…
$processName = $this->getProcessName();