Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Blacklist checkExist: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "Category:Blacklist {{HelpFiles}} = Blacklist_checkExist = == Syntax == Blacklist_checkExist(array emails); == Arguments == ''emails'': array. Array of tring emails..."
 
Nguyenduyan (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
= Blacklist_checkExist =
= Blacklist_checkExist =


 
Check whether emails existed on Backlist


== Syntax ==
== Syntax ==
Line 11: Line 11:


== Arguments ==
== Arguments ==
''emails'': array. Array of tring emails
''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}