php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #19866 Translation in french for session_write_close()
Submitted: 2002-10-11 08:57 UTC Modified: 2002-10-13 18:29 UTC
From: claude_minette at hotmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.2.1 OS: Suze 7.0/Win95/WinXP
Private report: No CVE-ID: None
 [2002-10-11 08:57 UTC] claude_minette at hotmail dot com
    Traduction francaise (Sans accents ni cedilles, je suis en clavier anglais)

    session_write_close -- Ecrit les donnees de session et ferme la session courante

    Description
    void session_write_close ( void)
    Termine la session courante et sauve les donnees.

    Les donnees de session sont habituellement sauvees une fois le script termine sans avoir
    besoin d'appeller explicitement session_write_close(), mais vu que les donnees sont
    verrouillees afin d'eviter plusieurs ecritures concurentes, UN seul script peut travailler
    sur une session a la fois.

    En utilisant les session avec les cadres (frames), vous pourrez remarquer que les cadres se
    chargent un a un a cause de cette restriction
    Vous pouvez reduire le temps necessaire au chargement des cadres en appellant cette
    fonction afin de fermer la session des que tous les changements faits au variables de
    session ont ete realisees.

PS (Nothing to see : Sorry to have put a bug here and a note to the function, but don't know where to put a translation... either here or directly in the function)

CYA

Min's

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-11 09:23 UTC] sniper@php.net
reclassified
 [2002-10-13 18:29 UTC] dams@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 16:01:28 2024 UTC