The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.
SQLITE3_ASSOC
     (int)
    SQLITE3_NUM
     (int)
    SQLITE3_BOTH
     (int)
    SQLITE3_INTEGER
     (int)
    SQLITE3_FLOAT
     (int)
    SQLITE3_TEXT
     (int)
    SQLITE3_BLOB
     (int)
    SQLITE3_NULL
     (int)
    SQLITE3_OPEN_READONLY
     (int)
    SQLITE3_OPEN_READWRITE
     (int)
    SQLITE3_OPEN_CREATE
     (int)
    SQLITE3_DETERMINISTIC
     (int)
    