Changeset 61
- Timestamp:
- Aug 31, 2019 7:02:12 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
r51 r61 48 48 function input_file( $fname ) { 49 49 $file = fopen($fname, "r"); 50 $content = fread( $file, filesize($fname) ); 51 fclose($file); 52 50 $content = ""; 51 if( $file !== FAlSE ){ 52 $content = fread( $file, filesize($fname) ); 53 fclose($file); 54 } 53 55 return $content; 54 56 }
Note: See TracChangeset
for help on using the changeset viewer.
![(trac.ini の [header_logo] セクションを設定してください)](/python/trac/Flist/chrome/common/trac_logo_mini.png)