Changeset 15078 for branches/feature-module-update/html/test/naka/recv.php
- Timestamp:
- 2007/07/20 15:58:59 (19 years ago)
- Location:
- branches/feature-module-update
- Files:
-
- 1 edited
- 2 copied
-
. (copied) (copied from branches/rel) (1 prop)
-
html (copied) (copied from branches/rel/html)
-
html/test/naka/recv.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update
-
Property
svn:ignore
set to
.cache
.settings
.projectOptions
-
Property
svn:ignore
set to
-
branches/feature-module-update/html/test/naka/recv.php
r12157 r15078 8 8 $tmpResult = popen($cmd, "r"); 9 9 10 // ·ë²Ì¼èÆÀ10 // 結果取得 11 11 while( ! FEOF ( $tmpResult ) ) { 12 12 $result .= FGETS($tmpResult); 13 13 } 14 pclose($tmpResult); // ¥Ñ¥¤¥×¤òÊĤ¸¤ë14 pclose($tmpResult); // パイプを閉じる 15 15 16 16 $arrRet = lfGetPostArray($result);
Note: See TracChangeset
for help on using the changeset viewer.
