La clase Gender\Gender

(PECL gender >= 0.6.0)

Introducción

Sinopsis de la Clase

classGender\Gender {
constintegerIS_FEMALE = 70;
constintegerIS_MALE = 77;
constintegerBRITAIN = 1;
constintegerIRELAND = 2;
constintegerUSA = 3;
constintegerSPAIN = 4;
constintegerPORTUGAL = 5;
constintegerITALY = 6;
constintegerMALTA = 7;
constintegerFRANCE = 8;
constintegerBELGIUM = 9;
constintegerGERMANY = 12;
constintegerAUSTRIA = 14;
constintegerSWISS = 15;
constintegerICELAND = 16;
constintegerDENMARK = 17;
constintegerNORWAY = 18;
constintegerSWEDEN = 19;
constintegerFINLAND = 20;
constintegerESTONIA = 21;
constintegerLATVIA = 22;
constintegerLITHUANIA = 23;
constintegerPOLAND = 24;
constintegerCZECH_REP = 25;
constintegerSLOVAKIA = 26;
constintegerHUNGARY = 27;
constintegerROMANIA = 28;
constintegerBULGARIA = 29;
constintegerBOSNIA = 30;
constintegerCROATIA = 31;
constintegerKOSOVO = 32;
constintegerMACEDONIA = 33;
constintegerSERBIA = 35;
constintegerSLOVENIA = 36;
constintegerALBANIA = 37;
constintegerGREECE = 38;
constintegerRUSSIA = 39;
constintegerBELARUS = 40;
constintegerMOLDOVA = 41;
constintegerUKRAINE = 42;
constintegerARMENIA = 43;
constintegerGEORGIA = 45;
constintegerTURKEY = 47;
constintegerARABIA = 48;
constintegerISRAEL = 49;
constintegerCHINA = 50;
constintegerINDIA = 51;
constintegerJAPAN = 52;
constintegerKOREA = 53;
publicconnect(string$dsn): boolean
publicGender\\Gender::__construct(string$dsn = ?)
publiccountry(integer$country): array
publicget(string$name, integer$country = ?): integer
publicisNick(string$name0, string$name1, integer$country = ?): array
publicsimilarNames(string$name, integer$country = ?): array
}

Tabla de contenidos

To Top