More actions
Nguyenduyan (talk | contribs) No edit summary |
Nguyenduyan (talk | contribs) |
||
Line 11: | Line 11: | ||
== Arguments == | == Arguments == | ||
''emails'': array. Array of | ''emails'': array. Array of emails string | ||
== Return type == | == Return type == |
Latest revision as of 04:25, 11 August 2017
Blacklist_checkExist
Check whether emails existed on Backlist
Syntax
Blacklist_checkExist(array emails);
Arguments
emails: array. Array of emails string
Return type
Dictionary
Example
array emails = {"[email protected]", "[email protected]"};
Blacklist_checkExist(emails);//{"[email protected]": False, "[email protected]": True}