REFLEXIVE(1) REFLEXIVE(1)
NNAAMMEE
_r_e_f_l_e_x_i_v_e_(_) - returns the reflexive pronoun for a gender
SSYYNNOOPPSSIISS
string reflexive(string|object val)
DDEESSCCRRIIPPTTIIOONN
This function returns a reflexive pronoun ("himself",
"herself", or "itself") based on the gender passed as the
first argument if the first argument is a string, or based
on the gender of the first argument if it is an object.
EEXXAAMMPPLLEESS
+o _r_e_f_l_e_x_i_v_e(_t_h_i_s___p_l_a_y_e_r_(_)) returns "himself" for
Descartes
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_(_),
_p_o_s_s_e_s_s_i_v_e___p_r_o_n_o_u_n_(_)
AAuutthhoorr
Descartes of Borg
1