작은 함수

1262 단어 함수
//

    

    function makeTemp($fileName="index",$ftype=0)

    {

        $tempPath="xx/xxxx/{$fileName}.html";

        if(file_exists($tempPath))

        {

            return $tempPath;

        }else{

            return false;

        }

    }

//  if(↓)

require_once(makeTemp('test'));



//xx/xxxx/test.html

좋은 웹페이지 즐겨찾기