[PHP-users 25765] Re: 関数内関数の正しい定義方法

Shindo shindo @ atsystem.jp
2005年 6月 9日 (木) 17:28:40 JST


伊東 様

はじめまして。進藤です。

><?php
>  function foo(){
     if ( ! function_exists('bar') ) {
>      function bar(){
>        echo('bar<br>');
>      }
     }
>    bar();
>  }
>
>  foo(); // ←1回目
>  foo(); // ←2回目
>?>
では、だめでしょうか?

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 進藤寿則@アットシステム   _/_/
 e-mail shindo@atsystem.jp     _/



PHP-users メーリングリストの案内