Changeset 84 for trunk/example.php

Show
Ignore:
Timestamp:
12.06.2008 11:52:16 (7 months ago)
Author:
m
Message:

Tagging 2.2.0 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/example.php

    r76 r84  
    6060 
    6161// Decode a file 
    62 print_r($File_Bittorrent_Decode->decodeFile('freebsd.torrent')); 
     62print_r($File_Bittorrent_Decode->decodeFile('install-x86-universal-2005.0.iso.torrent')); 
    6363 
    6464/* Output of decode 
     
    6666Array 
    6767( 
    68     [name] => FreeBSD_5.2.1-RELEASE-i386-All_CDs 
    69     [filename] => freebsd.torrent 
     68    [count] => 3 
     69    [fruits] => Array 
     70        ( 
     71            [0] => Banana 
     72            [1] => Apple 
     73            [2] => Cherry 
     74            [subarray] => Array 
     75                ( 
     76                    [0] => 1 
     77                    [1] => 2 
     78                    [2] => 3 
     79                ) 
     80 
     81        ) 
     82 
     83    [ints] => Array 
     84        ( 
     85            [0] => 1 
     86            [1] => 2 
     87            [2] => 3 
     88        ) 
     89 
     90) 
     91Array 
     92( 
     93    [name] => install-x86-universal-2005.0.iso 
     94    [filename] => install-x86-universal-2005.0.iso.torrent 
    7095    [comment] => 
    71     [date] => 1087952410 
    72     [created_by] => Azureus/2.1.0.0 
     96    [date] => 1111915968 
     97    [created_by] => 
    7398    [files] => Array 
    7499        ( 
    75100            [0] => Array 
    76101                ( 
    77                     [filename] => 5.2.1-RELEASE-i386-bootonly.iso 
    78                     [size] => 21692416 
    79                 ) 
    80  
    81             [1] => Array 
    82                 ( 
    83                     [filename] => 5.2.1-RELEASE-i386-disc1.iso 
    84                     [size] => 675151872 
    85                 ) 
    86  
    87             [2] => Array 
    88                 ( 
    89                     [filename] => 5.2.1-RELEASE-i386-disc2.iso 
    90                     [size] => 274857984 
    91                 ) 
    92  
    93             [3] => Array 
    94                 ( 
    95                     [filename] => 5.2.1-RELEASE-i386-miniinst.iso 
    96                     [size] => 251428864 
    97                 ) 
    98  
    99             [4] => Array 
    100                 ( 
    101                     [filename] => CHECKSUM.MD5 
    102                     [size] => 286 
    103                 ) 
    104  
    105             [5] => Array 
    106                 ( 
    107                     [filename] => freebsd521.sfv 
    108                     [size] => 683 
     102                    [filename] => install-x86-universal-2005.0.iso 
     103                    [size] => 712460288 
    109104                ) 
    110105 
    111106        ) 
    112107 
    113     [size] => 1223132105 
    114     [announce] => http://69.156.42.20:6969/announce 
     108    [size] => 712460288 
     109    [announce] => http://titmouse.gentoo.org:6969/announce 
    115110    [announce_list] => Array 
    116111        ( 
    117             [0] => http://glimux.sytes.net:6969/announce 
    118             [1] => http://69.156.42.20:6969/announce 
    119112        ) 
    120113 
     114    [info_hash] => f94b8d2d38632a6589d8121106059989f290b569 
    121115) 
    122116