Unclassified NewsBoard Code Reference

IUser.SetIM function

Set IM contact IDs

function IUser.SetIM ($ICQ = null, $AIM = null, $YIM = null, $MSN = null, $Jabber = null, $id = 0);

Parameters:

ICQ  –  optional, default: null
(string) new ICQ id
AIM  –  optional, default: null
(string) new AIM id
YIM  –  optional, default: null
(string) new YIM id
MSN  –  optional, default: null
(string) new MSN id
Jabber  –  optional, default: null
(string) new Jabber id
id  –  optional, default: 0
(int) user id, 0: currently loaded user

Return value:

(bool) success

Member of class: IUser

Implementation file: unb_lib/user.lib.php, line 979

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.