session_save_path Get and/or set the current session save path php函数


session_save_path

(PHP 4, PHP 5)

session_save_pathGet and/or set the current session save path

说明

string session_save_path ([ string $path ] )

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

参数

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.

返回值

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

参见


« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3