Quasardb API for PHP
Introduction Installation Compilation Configuration API Reference

Classes

  • QdbBatch
  • QdbBatchResult
  • QdbBlob
  • QdbCluster
  • QdbDeque
  • QdbEntry
  • QdbEntryCollection
  • QdbExpirableEntry
  • QdbHashSet
  • QdbInteger
  • QdbTag
  • QdbTagCollection

Exceptions

  • QdbAliasAlreadyExistsException
  • QdbAliasNotFoundException
  • QdbConnectionException
  • QdbContainerEmptyException
  • QdbException
  • QdbIncompatibleTypeException
  • QdbInputException
  • QdbOperationDisabledException
  • QdbOperationException
  • QdbProtocolException
  • QdbSystemException
 1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 
<?php
/**
 * The following settings can be changed in `php.ini`.
 *
 * ### `quasardb.log_level`
 *
 * Specifies the log verbosity.
 *
 * Allowed values are `detailed`, `debug`, `info`, `warning`, `error`, `panic`. The default is `panic`.
 *
 * ### `quasardb.persitent`
 *
 * Enables persistent connections.
 *
 * Can be set to `0` to disable or to `1` to enable persistent connections.
 * The default is `1` (enabled).
 */
function Configuration();
?>
Copyright 2009-2017 quasardb SAS Documentation generated by ApiGen