Example #1
0
static bool bool_ini_get(const char* str) {
  HPHP::String ret;
  HPHP::IniSetting::Get(str, ret);
  return ret.toBoolean();
}