Ignore:
Timestamp:
2007/07/20 15:58:59 (19 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/html/test/naka/recv.php

    r12157 r15078  
    88$tmpResult = popen($cmd, "r"); 
    99 
    10 // ·ë²Ì¼èÆÀ 
     10// 結果取得 
    1111while( ! FEOF ( $tmpResult ) ) { 
    1212    $result .= FGETS($tmpResult); 
    1313} 
    14 pclose($tmpResult);             //  ¥Ñ¥¤¥×¤òÊĤ¸¤ë 
     14pclose($tmpResult);             //  パイプを閉じる 
    1515 
    1616$arrRet = lfGetPostArray($result); 
Note: See TracChangeset for help on using the changeset viewer.