POSSESSIVE(1) POSSESSIVE(1)
NNAAMMEE
_p_o_s_s_e_s_s_i_v_e_(_) - returns the possessive pronoun for a gender
SSYYNNOOPPSSIISS
string possessive(mixed val)
DDEESSCCRRIIPPTTIIOONN
Given a string or an object as an argument, this function
will return the appropriate possessive pronoun ("his",
"her", or "its") for the gender in question.
EEXXAAMMPPLLEESS
+o _p_o_s_s_e_s_s_i_v_e(find_living("plant")) returns "its"
LLOOCCAATTIIOONN
/secure/SimulEfun/english.c
SSEEEE AALLSSOO
_n_o_m_i_n_a_t_i_v_e_(_), _o_b_j_e_c_t_i_v_e_(_), _p_o_s_s_e_s_s_i_v_e___n_o_u_n_(_), _r_e_f_l_e_x_i_v_e_(_)
AAuutthhoorr
Descartes of Borg
1