<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.network.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'function.dns-check-record.php',
    1 => 'dns_check_record',
    2 => '别名 checkdnsrr',
  ),
  'up' => 
  array (
    0 => 'ref.network.php',
    1 => '网络 函数',
  ),
  'prev' => 
  array (
    0 => 'function.closelog.php',
    1 => 'closelog',
  ),
  'next' => 
  array (
    0 => 'function.dns-get-mx.php',
    1 => 'dns_get_mx',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/network/functions/dns-check-record.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.dns-check-record" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">dns_check_record</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">dns_check_record</span> &mdash; <span class="dc-title">别名 <span class="function"><a href="function.checkdnsrr.php" class="function">checkdnsrr()</a></span></span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.dns-check-record-description">
  <h3 class="title">说明</h3>
  <p class="para">
   此函数是该函数的别名：
   <span class="function"><a href="function.checkdnsrr.php" class="function">checkdnsrr()</a></span>。
  </p>
 </div>


</div><?php manual_footer($setup); ?>