aktuelle.kurse/m133/Weiteres/Modul_Unterlagen_133_VO/01 Modulinhalte/04 System Programmier Umgebung Session/04 SystemVariablen/system_variable.php

12 lines
468 B
PHP
Raw Normal View History

2022-02-24 09:37:43 +01:00
<?php
/*************************************************************/
/** Modul: Global (M-133) **/
/** Filename: system_variable.php **/
/** Author: VOM **/
/** Version: 1.0 **/
/** **/
/*************************************************************/
print_r($_SERVER);
?>