Login   Register  
PHP Classes

File: examples/extras/torrents/TTorrentFileHandler/README-GR.md

Recommend this page to a friend!
  Classes of ASCOOS CMS   Ascoos OS   examples/extras/torrents/TTorrentFileHandler/README-GR.md   Download  
File: examples/extras/torrents/TTorrentFileHandler/README-GR.md
Role: Documentation
Content typex: text/markdown
Description: Documentation
Class: Ascoos OS
A PHP Web 5.0 Kernel for decentralized web and IoT
Author: By
Last change: Update of examples/extras/torrents/TTorrentFileHandler/README-GR.md
Date: 1 month ago
Size: 3,971 bytes
 

Contents

Class file image Download

? TTorrentFileHandler ? ???????????? ??????

???? ?? ?????? ???????????? ???????????? ?????? ??? ?????? TTorrentFileHandler ??? ASCOOS Framework ??? ?????????? ??????? .torrent.

? ?????: TTorrentFileHandler

? ????? ?????????? ??? TArrayHandler ??? ??????? ???????? ???:

  • ????????
  • ?????????
  • ?????????????????
  • ????????
  • ?????????
  • ?????????
  • ??????????
  • ????????

?? ???????

| ??????? | ????????? | |--------|-----------| | readTorrentFile() | ???????? ??? ?????????????? ?????? torrent | | displayTorrentInfo() | ????????? ??? ??????????? ??? torrent | | updateAndEncode() | ?????????? ??? ???????????????? ?? ???????? | | uploadPieces() | ???????? ???????? ?? peers | | downloadPieces() | ????????? ???????? ??? peers | | validateUrl() | ??????? ??? ?????????? ??? tracker URL | | createTorrentFile() | ?????????? ??? ?????? torrent | | compareTorrents() | ????????? ??? ?????? torrent | | checkIntegrity() | ??????? ?? ?????? ??? ????????? | | setAnnounceUrl() / getAnnounceUrl() | ??????? / ???????? ??? announce URL | | setComment() / getComment() | ??????? / ???????? ??????? | | setFiles() / getFiles() | ??????? / ???????? ?????? ??????? | | setName() / getName() | ??????? / ???????? ???????? torrent | | setCreatedDate() / getCreatedDate() | ??????? / ???????? ??????????? ??????????? | | getAnnounceList() / addAnnounceToList() | ???????? / ???????? ??? ????? announce | | isTorrentFile() | ??????? ??????????? ??????? torrent |

? ????????????

| ?????? | ????????? | |--------|-----------| | announceUrl.php | ???????? ? ?????? ??? announce URL | | checkIntegrity.php | ??????? ??????? ????????? | | compareTorrents.php | ???????? ??????? torrent | | create.php | ?????????? ??????? torrent | | displayInfo.php | ???????? ??????????? ??? torrent | | download.php | ????????? ????????? ??? peers | | readTorrentFile.php | ???????? ??? ??????????????? ??????? torrent | | updateAndEncode.php | ????????? ??? ????????????????? ????????? | | upload.php | ???????? ????????? ?? peers | | validateUrl.php | ??????? ??????????? ??? tracker URL |

? ?????

  1. ?????? ?? ????????? `$AFW_EXTRAS_PATH` ???? ?? ??????? ???? ?????? extras ??? ASCOOS:

    global $AFW_EXTRAS_PATH; 
  2. ????????? ?? ???????????? ???? CLI:

    php readTorrentFile.php php updateAndEncode.php php upload.php php validateUrl.php 

? ????????

? ????? ???? ??????????????? ?????? ???? ???????? Web Torrent Client, ? ????? ?????????? ?? ??????? ???????? ???? ??? Ascoos CMS.

? ?????

?? ???? ???????? ????? ??? ASCOOS Framework ??? ???????? ??? ???? ????? ?????? ?????? ???.