session_id()
session_id( セッションID );
<?php session_start(); $a = session_id(); print $a; //現在のセッションIDを参照
PageTop / Home / PHP入門 / リファレンス目次