Blacklist checkExist: Difference between revisions
From Catglobe Wiki
More actions
Nguyenduyan (talk | contribs) Created page with "Category:Blacklist {{HelpFiles}} = Blacklist_checkExist = == Syntax == Blacklist_checkExist(array emails); == Arguments == ''emails'': array. Array of tring emails..." |
(No difference)
|
Revision as of 06:38, 4 August 2017
Blacklist_checkExist
Syntax
Blacklist_checkExist(array emails);
Arguments
emails: array. Array of tring emails
Return type
Dictionary
Example
array emails = {"an4@test.com", "an6@test.com"};
Blacklist_checkExist(emails);//{"an4@test.com": False, "an6@test.com": True}