コード例 #1
0
ファイル: php5_sample.php プロジェクト: nagyist/KomodoEdit
 function foo()
 {
     $args = func_get_args();
     parent::foo();
 }