<?php$one = 10;関数デモ(){ $two = 100; $result = $two $GLOBALS['one']; return $result;}//結果は 110echo Demon();?>