Scalr\System\Zmq\Cron\Launcher::getStartPhpScriptCommand PHP Method

getStartPhpScriptCommand() public static method

Gets start php script command
public static getStartPhpScriptCommand ( string $script ) : string
$script string relative path from app folder
return string Returns start php script CMD
    public static function getStartPhpScriptCommand($script)
    {
        return PHP_BINARY . ' ' . realpath(APPPATH . $script);
    }