SessionIdInterface::create_sid
PHP Manual
PHP Manual»SessionIdInterface»SessionIdInterface::create_sid

SessionIdInterface::create_sid

(PHP 5 >= 5.5.1, PHP 7, PHP 8)

SessionIdInterface::create_sidCreate session ID

Опис

public function SessionIdInterface::create_sid(): string

Creates a new session ID.This function is automatically executed when a new session ID needs to be created.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

The new session ID. Note that this value is returned internally to PHP for processing.

Прогляньте також

To Top