PHP Classes

File: vendor/symfony/http-foundation/Tests/Session/Storage/Handler/Fixtures/read_only.php

Recommend this page to a friend!
  Classes of Stanley Aloh   Tic Tac Toe Multiplayer   vendor/symfony/http-foundation/Tests/Session/Storage/Handler/Fixtures/read_only.php   Download  
File: vendor/symfony/http-foundation/Tests/Session/Storage/Handler/Fixtures/read_only.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Tic Tac Toe Multiplayer
Manage the interactions ofTic-Tac-Toe game players
Author: By
Last change:
Date: 9 days ago
Size: 151 bytes
 

Contents

Class file image Download
<?php

require __DIR__.'/common.inc';

session_set_save_handler(new TestSessionHandler('abc|i:123;'), false);
session_start();

echo
$_SESSION['abc'];