Blacklist removeEmails: Difference between revisions
From Catglobe Wiki
More actions
| Nguyenduyan (talk | contribs)  Created page with "Category:Blacklist {{HelpFiles}}   = Blacklist_removeEmails =    == Syntax ==  Blacklist_removeEmails(array emails);  == Arguments == ''emails'': array. Array of tring ema..." | Nguyenduyan (talk | contribs) No edit summary | ||
| Line 4: | Line 4: | ||
| = Blacklist_removeEmails = | = Blacklist_removeEmails = | ||
| Remove emails out of Balcklist | |||
| == Syntax == | == Syntax == | ||
Revision as of 04:23, 11 August 2017
 
Blacklist_removeEmails
Remove emails out of Balcklist
Syntax
Blacklist_removeEmails(array emails);
Arguments
emails: array. Array of tring emails
Return type
Number
Example
array emails = {"an1@test.com", "an2@test.com"};
Blacklist_removeEmails(emails);//2
