首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > PHP库radiodns

PHP库radiodns

  • 资源大小:7.58 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: php RadioDNS

资 源 简 介

Introduction A PHP library that facilitates the resolution of an authoritative Fully Qualified Domain Name (FQDN) from the broadcast parameters of an audio service. From this FQDN it is then possible to discover the advertisement of IP-based applications provided in relation to the queried audio service. For more information about RadioDNS, please see the official documentation: http://radiodns.org/docs Installation This library depends on the Net_DNS library. See http://pear.php.net/package/Net_DNS/ for download and installation details. Getting Started Include the radiodns.php file and utilise the RadioDNS object which provides utility functions to lookup audio services. ``` require_once "php-radiodns/RadioDNS.php"; $rdns = new RadioDNS(); $rsp = $rdns->lookupFMService("CE1", "C586", 95.8); print_r($rsp); ``` See Also 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

文 件 列 表

php-radiodns
.buildpath
.project
.settings
org.eclipse.php.core.prefs
RadioDNS
AMService.php
RadioDNS.php
tests
AMServiceTest.php
.DS_Store
VIP VIP
0.200699s