Documentation

start_session.php

\file \brief Start a PHP session.

PHP version 8.1

Tags
author

HugoFara hugo.farajallah@protonmail.com

license

Unlicense http://unlicense.org/

link
https://hugofara.github.io/lwt/docs/html/start__session_8php.html
since
2.0.3-fork

Table of Contents

Functions

set_error_reporting()  : void
Starts or not the error reporting.
set_configuration_options()  : void
Set configuration values as script limit time and such.
start_session()  : void
Start the session and checks for its sanity.
start_session_main()  : void
Launch a new session for WordPress.

Functions

set_error_reporting()

Starts or not the error reporting.

set_error_reporting(int $dsplerrors) : void
Parameters
$dsplerrors : int

not 0: start error reporting for ALL errors 0: don't report

set_configuration_options()

Set configuration values as script limit time and such.

set_configuration_options() : void

..

start_session()

Start the session and checks for its sanity.

start_session() : void

start_session_main()

Launch a new session for WordPress.

start_session_main() : void

        
On this page

Search results