1.0.2
Env::init() checks if the function env() exists, to prevent fatal errors on declare the function twice. If the funcion couldn't be included, returns false, otherwise returns true #1.
Env::init(); //returns true
Env::init(); //returns falseEnv::init() checks if the function env() exists, to prevent fatal errors on declare the function twice. If the funcion couldn't be included, returns false, otherwise returns true #1.
Env::init(); //returns true
Env::init(); //returns false