From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/session_8php.html | 176 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 doc/html/session_8php.html (limited to 'doc/html/session_8php.html') diff --git a/doc/html/session_8php.html b/doc/html/session_8php.html new file mode 100644 index 000000000..ec9dcc6be --- /dev/null +++ b/doc/html/session_8php.html @@ -0,0 +1,176 @@ + + + + + + +The Red Project: include/session.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
session.php File Reference
+
+
+ + + + + + + + +

+Variables

 $session_exists = 0
 
 $session_expire = 180000
 
if(!function_exists('ref_session_open'))
+if(!function_exists('ref_session_read'))
+if(!function_exists('ref_session_write'))
+if(!function_exists('ref_session_close'))
+if(!function_exists('ref_session_destroy'))
+if(!function_exists('ref_session_gc')) 
$gc_probability = 50
 
+

Variable Documentation

+ +
+
+ + + + +
if (!function_exists('ref_session_open')) if (!function_exists('ref_session_read')) if (!function_exists('ref_session_write')) if (!function_exists('ref_session_close')) if (!function_exists('ref_session_destroy')) if (!function_exists('ref_session_gc')) $gc_probability = 50
+
+ +
+
+ +
+
+ + + + +
$session_exists = 0
+
+ +
+
+ +
+
+ + + + +
$session_expire = 180000
+
+ +
+
+
+
+ + + + -- cgit v1.2.3 From 0ee1e83a3c6bb48064789a622f5eb7331733cb64 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 16:04:28 -0800 Subject: small doco update --- doc/html/session_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/session_8php.html') diff --git a/doc/html/session_8php.html b/doc/html/session_8php.html index ec9dcc6be..692d2fb28 100644 --- a/doc/html/session_8php.html +++ b/doc/html/session_8php.html @@ -167,7 +167,7 @@ Variables - - - - + -- cgit v1.2.3 From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/session_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/session_8php.html') diff --git a/doc/html/session_8php.html b/doc/html/session_8php.html index 895ed35a8..96e2af292 100644 --- a/doc/html/session_8php.html +++ b/doc/html/session_8php.html @@ -28,7 +28,7 @@ - +
The Red Project
-- cgit v1.2.3 From 946554ff4b03d81f32375832b8b50883a3ffeedf Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:52:06 -0700 Subject: doc update --- doc/html/session_8php.html | 149 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 140 insertions(+), 9 deletions(-) (limited to 'doc/html/session_8php.html') diff --git a/doc/html/session_8php.html b/doc/html/session_8php.html index 96e2af292..099a5509e 100644 --- a/doc/html/session_8php.html +++ b/doc/html/session_8php.html @@ -104,33 +104,160 @@ $(document).ready(function(){initNavTree('session_8php.html','');});
session.php File Reference
+ + + + + + + + + + + + + +

+Functions

 ref_session_open ($s, $n)
 
 ref_session_read ($id)
 
 ref_session_write ($id, $data)
 
 ref_session_close ()
 
 ref_session_destroy ($id)
 
 ref_session_gc ($expire)
 
- - + +

Variables

 $session_exists = 0
 
 $session_expire = 180000
 
if(!function_exists('ref_session_open'))
-if(!function_exists('ref_session_read'))
-if(!function_exists('ref_session_write'))
-if(!function_exists('ref_session_close'))
-if(!function_exists('ref_session_destroy'))
-if(!function_exists('ref_session_gc')) 
$gc_probability = 50
 
 $gc_probability = 50
 
+

Function Documentation

+ +
+
+ + + + + + + +
ref_session_close ()
+
+ +
+
+ +
+
+ + + + + + + + +
ref_session_destroy ( $id)
+
+ +
+
+ +
+
+ + + + + + + + +
ref_session_gc ( $expire)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
ref_session_open ( $s,
 $n 
)
+
+ +
+
+ +
+
+ + + + + + + + +
ref_session_read ( $id)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
ref_session_write ( $id,
 $data 
)
+
+ +
+

Variable Documentation

- +
- +
if (!function_exists('ref_session_open')) if (!function_exists('ref_session_read')) if (!function_exists('ref_session_write')) if (!function_exists('ref_session_close')) if (!function_exists('ref_session_destroy')) if (!function_exists('ref_session_gc')) $gc_probability = 50$gc_probability = 50
@@ -147,6 +274,8 @@ Variables
+

Referenced by ref_session_read(), and ref_session_write().

+
@@ -159,6 +288,8 @@ Variables
+

Referenced by ref_session_write().

+
-- cgit v1.2.3 From 34526e82531c67995e25cf04abce0d927ce22ffd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:59:11 -0700 Subject: doc cleanup --- doc/html/session_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/session_8php.html') diff --git a/doc/html/session_8php.html b/doc/html/session_8php.html index 099a5509e..e280e14fe 100644 --- a/doc/html/session_8php.html +++ b/doc/html/session_8php.html @@ -4,7 +4,7 @@ -The Red Project: include/session.php File Reference +The Red Matrix: include/session.php File Reference @@ -30,7 +30,7 @@ Logo -
The Red Project +
The Red Matrix
-- cgit v1.2.3 From 5e4b9d7766ceffd19785f14443cc1b4d4f675d4e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 14 May 2013 21:25:58 -0700 Subject: disable pcss when installing since modules don't yet work and pcss uses the view module, plus weekly doc update --- doc/html/session_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/session_8php.html') diff --git a/doc/html/session_8php.html b/doc/html/session_8php.html index e280e14fe..1ceb5c329 100644 --- a/doc/html/session_8php.html +++ b/doc/html/session_8php.html @@ -28,7 +28,7 @@ - +
The Red Matrix
-- cgit v1.2.3 From 5c1f959c1828066358ec868ffb953e88f16195c6 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 24 May 2013 06:02:30 -0700 Subject: set default contact affinity back to 99 - we'll solve the other problem another way, this one is flawed --- doc/html/session_8php.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/html/session_8php.html') diff --git a/doc/html/session_8php.html b/doc/html/session_8php.html index 1ceb5c329..26dce80b2 100644 --- a/doc/html/session_8php.html +++ b/doc/html/session_8php.html @@ -113,6 +113,8 @@ $(document).ready(function(){initNavTree('session_8php.html','');}); + + @@ -136,6 +138,24 @@ Variables

Functions

 new_cookie ($time)
 
 ref_session_open ($s, $n)
 
 ref_session_read ($id)
 

Function Documentation

+ +
+
+ + + + + + + + +
new_cookie ( $time)
+
+ +

Referenced by nuke_session().

+ +
+
-- cgit v1.2.3 From 8cd9a2c3a944e804c72ef461df801116c6b44ac7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 28 Nov 2013 19:37:39 -0800 Subject: doc updates --- doc/html/session_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/session_8php.html') diff --git a/doc/html/session_8php.html b/doc/html/session_8php.html index 26dce80b2..0c02c1ec6 100644 --- a/doc/html/session_8php.html +++ b/doc/html/session_8php.html @@ -28,7 +28,7 @@ - +
The Red Matrix
-- cgit v1.2.3