Changeset 17879 for branches/comu-ver2/data/class/util
- Timestamp:
- 2009/03/06 21:00:49 (18 years ago)
- File:
-
- 1 edited
-
branches/comu-ver2/data/class/util/SC_Utils.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/util/SC_Utils.php
r17862 r17879 1547 1547 1548 1548 function sfFlush($output = " ", $sleep = 0){ 1549 // 実行時間を制限しない 1550 set_time_limit(0); 1549 ob_flush(); 1551 1550 // 出力をバッファリングしない(==日本語自動変換もしない) 1552 1551 ob_end_clean(); … … 1560 1559 flush(); 1561 1560 1562 ob_flush();1563 1561 ob_start(); 1564 1562
Note: See TracChangeset
for help on using the changeset viewer.
