Unclassified NewsBoard Code Reference

GetLastPostInForumA function

Get last posts of multiple forums

function GetLastPostInForumA ($forumids_array = 0);

Parameters:

forumids_array  –  optional, default: 0
(array) List of forum IDs. Is unset, return value contains ALL forums (may be more efficient)

Return value:

(array(ID => array(ID, Date, User, UserName, Thread, Subject, ThreadDate))) last posts in the selected forums

Implementation file: unb_lib/main.inc.php, line 714

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