downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

TokyoTyrant::__construct> <TokyoTyrant::connect
[edit] Last updated: Fri, 17 May 2013

view this page in

TokyoTyrant::connectUri

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::connectUriConnects to a database

Description

public TokyoTyrant TokyoTyrant::connectUri ( string $uri )

Connects to a database using an uri

Parameters

uri

An URI to the database. For example tcp://localhost:1979/

Return Values

This method returns the current object and throws TokyoTyrantException on failure.

Examples

Example #1 TokyoTyrant::connectUri() example

<?php
$tt 
= new TokyoTyrant();
$tt->connectUri("tcp://localhost:1978/")->put("test""hi");
?>

See Also



add a note add a note User Contributed Notes TokyoTyrant::connectUri - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites