Aimo PHP Framework Documentation v0.6.5
Class Aimo Session

DbHandler

Methods
  • open(string $path, string $name) : bool
  • read(string $id) : string
  • write(string $id, string $data) : bool
  • destroy(string $id) : bool
  • gc(long $ttl) : bool
  • close() : bool
Methods Details
  • public function open(string $path, string $name)

  • public function read(string $id)

  • public function write(string $id, string $data)

  • public function destroy(string $id)

  • public function gc(long $ttl)

  • public function close()