DOMAIN_EXISTS(1) DOMAIN_EXISTS(1)
NNAAMMEE
_d_o_m_a_i_n___e_x_i_s_t_s_(_) - returns true if the given string is a
valid domain
SSYYNNOOPPSSIISS
int domain_exists(string dmn)
DDEESSCCRRIIPPTTIIOONN
Given any string, this function will return true if the
string is the name of a valid domain.
EEXXAAMMPPLLEESS
_d_o_m_a_i_n___e_x_i_s_t_s("Praxis") returns true if there is a
directory called "/domains/Praxis"
LLOOCCAATTIIOONN
/secure/SimulEfun/domain_exists.c
SSEEEE AALLSSOO
_d_o_m_a_i_n_(_), _d_o_m_a_i_n___m_a_s_t_e_r_(_)
AAuutthhoorr
Descartes of Borg
1