Interne Kommunikation Redaktionsteam
Now is: <?php echo date('l j D, Y H:i:s');?> <?php global $a; $a = 40;?> This is a test. variable $a = <?php echo $a;?> <?php function f1() { global $a; return $a*2; } $b = f1($a); ?> You can access variable $a from within the function with…