»

LJ::get_pic_from_keyword

LJ::get_pic_from_keyword — Given a userid and keyword, returns the pic row hashref

Use

LJ::get_pic_from_keyword(u, keyword);

Arguments

  • u. A hashref of a row from the user table, sometimes called a "user object". Although only initially a row from the user table, gets a lot of tacked onto it from various other LJ API functions.

  • keyword. The keyword of the userpic to fetch

Source:

cgi-bin/ljlib.pl

Returns:

hashref of pic row found