Changeset 51 for branches/testa-single-bookmark/php/func.php
- Timestamp:
- Aug 30, 2019 6:22:57 PM (6 years ago)
- File:
-
- 1 edited
-
branches/testa-single-bookmark/php/func.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/testa-single-bookmark/php/func.php
r23 r51 39 39 function output_file( $fname , $content ) { 40 40 $file = fopen($fname, "w"); 41 fwrite( $file, $content . "\n" ); 42 fflush($file); 43 fclose($file); 41 if( $file !== FAlSE ){ 42 fwrite( $file, $content . "\n" ); 43 fflush($file); 44 fclose($file); 45 } 44 46 } 45 47
Note: See TracChangeset
for help on using the changeset viewer.
![(trac.ini の [header_logo] セクションを設定してください)](/python/trac/Flist/chrome/common/trac_logo_mini.png)