Sailthru_Client::processUpdateJobFromFile PHP Method

processUpdateJobFromFile() public method

Perform a bulk update of any number of user profiles from given file
public processUpdateJobFromFile ( $file, array $update = [], boolean | String $report_email = false, boolean | String $postback_url = false, array $options = [] ) : array
$file
$update array
$report_email boolean | String
$postback_url boolean | String
$options array
return array
    public function processUpdateJobFromFile($file, array $update = [], $report_email = false, $postback_url = false, array $options = [])
    {
        return $this->processUpdateJob('file', $file, $update, $report_email, $postback_url, ['file'], $options);
    }