function CampaignMonitor::userGetCountries in Campaign Monitor 5.2
Same name and namespace in other branches
- 6.3 lib/CMBase.php \CampaignMonitor::userGetCountries()
- 6.2 lib/CMBase.php \CampaignMonitor::userGetCountries()
*
Return value
string A parsed response from the server, or null if something failed. * @see http://www.campaignmonitor.com/api/method/user-getcountries/
File
- lib/
CMBase.php, line 1180
Class
Code
function userGetCountries() {
return $this
->makeCall('User.GetCountries');
}