Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //Подключаем главный системный файл
- require 'functions.benc.php';
- $dict = bdec_file('test.torrent', (1024 * 1024) );
- $v = $dict['value']['info']['value']['name']['value'];
- print_r($dict);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment