From ee0ad3c81a5531500905f56f5666bcb61a4d53b1 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 10 Nov 2002 02:44:49 +0000 Subject: [PATCH] * add folds --- pear/PEAR/Remote.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pear/PEAR/Remote.php b/pear/PEAR/Remote.php index 43577aad52..5662e9de01 100644 --- a/pear/PEAR/Remote.php +++ b/pear/PEAR/Remote.php @@ -47,6 +47,9 @@ class PEAR_Remote extends PEAR } // }}} + + // {{{ getCache() + function getCache($args) { @@ -66,7 +69,11 @@ class PEAR_Remote extends PEAR ); return $result; } + + // }}} + // {{{ saveCache() + function saveCache($args, $data) { $id = md5(serialize($args)); @@ -82,6 +89,8 @@ class PEAR_Remote extends PEAR fclose($fp); }; } + + // }}} // {{{ call(method, [args...]) -- 2.40.0