|
PHP5中文手册
session_save_path(PHP 4, PHP 5) session_save_path — Get 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. 参数
返回值Returns the path of the current directory used for data storage. |