Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > dd8ef74e7a184506d40e4328053fb785 > files > 3868

php-manual-ro-20051028-1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>Mohawk Software Session Handler Functions</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Manual PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="Documentaþia funcþiilor"
HREF="funcref.html"><LINK
REL="PREVIOUS"
TITLE="mysqli_warning_count"
HREF="function.mysqli-warning-count.html"><LINK
REL="NEXT"
TITLE="msession_connect"
HREF="function.msession-connect.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-2"></HEAD
><BODY
CLASS="reference"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Manual PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.mysqli-warning-count.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.msession-connect.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.msession"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>LXIX. Mohawk Software Session Handler Functions</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN73056"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="msession.intro"
>Introducere</A
></H1
><P
>&#13;    msession is an interface to a high speed session daemon which can run
    either locally or remotely. It is designed to provide consistent session
    management for a PHP web farm. More Information about msession and the
    session server software itself can be found at
    <A
HREF="http://devel.mohawksoft.com/msession.html"
TARGET="_top"
>http://devel.mohawksoft.com/msession.html</A
>.
   </P
><DIV
CLASS="note"
><BLOCKQUOTE
CLASS="note"
><P
><B
>Not&#227;: </B
>This extension is not
available on Windows platforms.</P
></BLOCKQUOTE
></DIV
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="mssession.requirements"
>Necesitãþi</A
></H1
><P
>&#13;     
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="msession.installation"
>Instalare</A
></H1
><P
>&#13;  To enable Msession support configure PHP
  <VAR
CLASS="option"
>--with-msession[=DIR]</VAR
>, where DIR is the
  Msession install directory.
 </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="msession.configuration"
>Configurare la rulare</A
></H1
><P
>&#13;     
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="msession.resources"
>Tipuri de resurse</A
></H1
><P
>&#13;     
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="msession.constants"
>Constante predefinite</A
></H1
><P
>&#13;     
    </P
></DIV
></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Cuprins</B
></DT
><DT
><A
HREF="function.msession-connect.html"
>msession_connect</A
>&nbsp;--&nbsp;Connect to msession server </DT
><DT
><A
HREF="function.msession-count.html"
>msession_count</A
>&nbsp;--&nbsp;Get session count </DT
><DT
><A
HREF="function.msession-create.html"
>msession_create</A
>&nbsp;--&nbsp;Create a session </DT
><DT
><A
HREF="function.msession-destroy.html"
>msession_destroy</A
>&nbsp;--&nbsp;Destroy a session </DT
><DT
><A
HREF="function.msession-disconnect.html"
>msession_disconnect</A
>&nbsp;--&nbsp;Close connection to msession server </DT
><DT
><A
HREF="function.msession-find.html"
>msession_find</A
>&nbsp;--&nbsp;Find value </DT
><DT
><A
HREF="function.msession-get-array.html"
>msession_get_array</A
>&nbsp;--&nbsp;Get array of ... ? </DT
><DT
><A
HREF="function.msession-get.html"
>msession_get</A
>&nbsp;--&nbsp;Get value from session </DT
><DT
><A
HREF="function.msession-getdata.html"
>msession_getdata</A
>&nbsp;--&nbsp;Get data ... ? </DT
><DT
><A
HREF="function.msession-inc.html"
>msession_inc</A
>&nbsp;--&nbsp;Increment value in session </DT
><DT
><A
HREF="function.msession-list.html"
>msession_list</A
>&nbsp;--&nbsp;List ... ? </DT
><DT
><A
HREF="function.msession-listvar.html"
>msession_listvar</A
>&nbsp;--&nbsp;List sessions with variable</DT
><DT
><A
HREF="function.msession-lock.html"
>msession_lock</A
>&nbsp;--&nbsp;Lock a session </DT
><DT
><A
HREF="function.msession-plugin.html"
>msession_plugin</A
>&nbsp;--&nbsp;Call an escape function within the msession personality plugin</DT
><DT
><A
HREF="function.msession-randstr.html"
>msession_randstr</A
>&nbsp;--&nbsp;Get random string </DT
><DT
><A
HREF="function.msession-set-array.html"
>msession_set_array</A
>&nbsp;--&nbsp;Set array of ... </DT
><DT
><A
HREF="function.msession-set.html"
>msession_set</A
>&nbsp;--&nbsp;Set value in session </DT
><DT
><A
HREF="function.msession-setdata.html"
>msession_setdata</A
>&nbsp;--&nbsp;Set data  ... ?</DT
><DT
><A
HREF="function.msession-timeout.html"
>msession_timeout</A
>&nbsp;--&nbsp;Set/get session timeout </DT
><DT
><A
HREF="function.msession-uniq.html"
>msession_uniq</A
>&nbsp;--&nbsp;Get uniq id </DT
><DT
><A
HREF="function.msession-unlock.html"
>msession_unlock</A
>&nbsp;--&nbsp;Unlock a session </DT
></DL
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.mysqli-warning-count.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Acas&#227;</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.msession-connect.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>mysqli_warning_count</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Sus</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>msession_connect</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>