No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

session_save_path

(PHP 4, PHP 5, PHP 7)

session_save_pathGet and/or set the current session save path

Description

session_save_path ([ string $path ] ) : string

session_save_path() returns the path of the current directory used to save session data.

PHP: session_save_path - Manual Home of Manuel PHP  Contents Haut

Parameters

path

Session data path. If specified, the path to which data is saved will be changed. session_save_path() needs to be called before session_start() for that purpose.

Note:

On some operating systems, you may want to specify a path on a filesystem that handles lots of small files efficiently. For example, on Linux, reiserfs may provide better performance than ext2fs.

PHP: session_save_path - Manual Home of Manuel PHP  Contents Haut

Return Values

Returns the path of the current directory used for data storage.

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph