Exemple de tableau associtif pré-défini avec propriété

Author:


Download

<html>
<head>
<title>tableau associatif</title>
</head>
<body>
<?php

$a = 0;
function test($x,$y)
{
  $GLOBALS['a'] = pow($x,$y);
}
echo "Avant a=$a<br/>";
test(2,3);
echo "après a= $a
";
?>

</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *


9 − = two