| Package | Description | 
|---|---|
| com.caucho.quercus.env | |
| com.caucho.quercus.lib.curl | |
| com.caucho.quercus.lib.i18n | |
| com.caucho.quercus.lib.xml | |
| com.caucho.quercus.module | 
| Modifier and Type | Field and Description | 
|---|---|
| static BooleanValue | BooleanValue. FALSE | 
| static BooleanValue | BooleanValue. TRUE | 
| Modifier and Type | Method and Description | 
|---|---|
| static BooleanValue | BooleanValue. create(boolean value) | 
| Modifier and Type | Method and Description | 
|---|---|
| static BooleanValue | CurlModule. curl_setopt_array(Env env,
                 CurlResource curl,
                 ArrayValue options)Sets an array of options. | 
| static BooleanValue | CurlModule. curl_setopt(Env env,
           CurlResource curl,
           int option,
           Value value)Sets a cURL option. | 
| Modifier and Type | Method and Description | 
|---|---|
| static BooleanValue | UnicodeModule. iconv_set_encoding(Env env,
                  java.lang.String type,
                  StringValue charset)Sets the current encoding. | 
| static BooleanValue | MbstringModule. mb_ereg_match(Env env,
             UnicodeEreg ereg,
             StringValue string,
             java.lang.String option)Returns true if pattern matches a part of string. | 
| static BooleanValue | MbstringModule. mb_ereg_search_init(Env env,
                   StringValue string,
                   Value rawRegexp,
                   Value option)Initializes a ereg state object. | 
| static BooleanValue | MbstringModule. mb_ereg_search_setpos(Env env,
                     int position)Sets the position of the ereg state object. | 
| static BooleanValue | MbstringModule. mb_ereg_search(Env env,
              Value rawRegexp,
              Value option)Returns whether or not pattern matches string. | 
| static BooleanValue | MbstringModule. mb_parse_str(Env env,
            StringValue strValue,
            Value result)Multibyte version of parse_str. | 
| static BooleanValue | MbstringModule. mb_send_mail(Env env,
            StringValue to,
            StringValue subject,
            StringValue message,
            StringValue additionalHeaders,
            StringValue additionalParameters)Multibyte version of mail. | 
| static BooleanValue | UnicodeModule. unicode_semantics(Env env) | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanValue | XmlReader. close()Closes the reader. | 
| BooleanValue | XmlReader. getParserProperty(int property) | 
| BooleanValue | XmlReader. isValid() | 
| BooleanValue | XmlReader. lookupNamespace(java.lang.String prefix) | 
| BooleanValue | XmlReader. moveToAttribute(java.lang.String name) | 
| BooleanValue | XmlReader. moveToAttributeNo(int index) | 
| BooleanValue | XmlReader. moveToAttributeNs(java.lang.String localName,
                 java.lang.String namespaceURI) | 
| BooleanValue | XmlReader. moveToElement() | 
| BooleanValue | XmlReader. moveToFirstAttribute() | 
| BooleanValue | XmlReader. moveToNextAttribute() | 
| BooleanValue | XmlReader. next(java.lang.String localname) | 
| BooleanValue | XmlReader. open(Env env,
    Path path)Opens a stream using the uniform resource locator. | 
| BooleanValue | XmlReader. read(Env env)Moves the cursor to the next node. | 
| BooleanValue | XmlReader. setParserProperty(int property,
                 boolean value) | 
| BooleanValue | XmlReader. setRelaxNGSchema(java.lang.String filename) | 
| BooleanValue | XmlReader. setRelaxNGSchemaSource(java.lang.String source) | 
| BooleanValue | XmlReader. XML(java.lang.String source) | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanValue | IniDefinition. getAsBooleanValue(Env env) | 
| BooleanValue | IniDefinition. getAsBooleanValue(QuercusContext quercus) |