Less than 1 minute
php_binary
Returns the path to the PHP binary.
public php_binary({Array})
This function tries to determine the path to the PHP binary by checking the currently running PHP binary and the system's PATH environment variable. It first checks if the PHP_BINARY constant is defined and uses its directory path. If not, it uses the 'which' command to find the PHP binary in the system's PATH.
Generated by Hazaar API Doc Generator