Manuál PHP | ||
---|---|---|
Předcházející | Další |
Returns a SQLiteDatabase object on success, NULL on error.
sqlite_factory() behaves similarly to sqlite_open() in that it opens an SQLite database or attempts to create it if it does not exist. However, a SQLiteDatabase object is returned rather than a resource. Please see the sqlite_open() reference page for further usage and caveats.
See also sqlite_open() and sqlite_popen().
Předcházející | Domů | Další |
sqlite_exec | Nahoru | sqlite_fetch_all |