Bakhritdinov

torrent

Jan 6th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2. //Подключаем главный системный файл
  3. require 'functions.benc.php';
  4.  
  5. $dict = bdec_file('test.torrent', (1024 * 1024) );
  6.  
  7. $v = $dict['value']['info']['value']['name']['value'];
  8.  
  9. print_r($dict);
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment