From 7b851e3fa119fd724e0c8d0f4c99f518166cd80e Mon Sep 17 00:00:00 2001 From: Mikko Koppanen Date: Fri, 4 Sep 2009 07:45:15 +0000 Subject: [PATCH] Fix param description and types git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288031 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/tokyo_tyrant/tokyotyrant/connect.xml | 4 ++-- reference/tokyo_tyrant/tokyotyrant/construct.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/tokyo_tyrant/tokyotyrant/connect.xml b/reference/tokyo_tyrant/tokyotyrant/connect.xml index 09f6fa3d70..59f5680f98 100644 --- a/reference/tokyo_tyrant/tokyotyrant/connect.xml +++ b/reference/tokyo_tyrant/tokyotyrant/connect.xml @@ -13,7 +13,7 @@ public TokyoTyrantTokyoTyrant::connect stringhost intport - boolpersistent + arrayoptions Connects to a remote database @@ -44,7 +44,7 @@ persistent - Whether to create a persistent connection. Default: &true; + Connection options: timeout (default: 5.0) and persistent (default: &true;) diff --git a/reference/tokyo_tyrant/tokyotyrant/construct.xml b/reference/tokyo_tyrant/tokyotyrant/construct.xml index 46960fad9c..b879aaff79 100644 --- a/reference/tokyo_tyrant/tokyotyrant/construct.xml +++ b/reference/tokyo_tyrant/tokyotyrant/construct.xml @@ -12,8 +12,8 @@ TokyoTyrant::__construct stringhost - stringport - stringpersistent + intport + arrayoptions Constructs a new TokyoTyrant object and optionally connects to the database @@ -41,10 +41,10 @@ - persistent + options - Whether to create a persistent connection. Default: &true; + Connection options: timeout (default: 5.0) and persistent (default: &true;)