Webtech
>
HOME
> Cannot redeclare
Fatal error: Cannot redeclare 外側関数の再定義エラー
外側の関数名が重複して定義されているエラーです。 どちらかの関数名を変更してください。
再定義エラーの例
function hello() { print('hello'); } function hello() { print('PHP'); }
Webtech
>
HOME
> Cannot redeclare
Copyright © 1999-2008 AKIJapan. All Rights Reserved.