session_name()
session_name( セッション名 );
<?php session_start(); $reg = session_name(); print "現在のセッション名は ". $reg;
PageTop / Home / PHP入門 / リファレンス目次