aktuelle.kurse/m133/Weiteres/Modul_Unterlagen_133_VO/01 Modulinhalte/04 System Programmier Umgebung Session/04 SystemVariablen/system_variable.php
Harald G. Mueller a2dc35ce82 muh
2022-02-24 09:37:43 +01:00

12 lines
468 B
PHP

<?php
/*************************************************************/
/** Modul: Global (M-133) **/
/** Filename: system_variable.php **/
/** Author: VOM **/
/** Version: 1.0 **/
/** **/
/*************************************************************/
print_r($_SERVER);
?>