Source for file gen-host-meta.php
Documentation is available at gen-host-meta.php
* Generates a .well-known/host-meta file that's described
* in "RFC 6415: Web Host Metadata".
* @author Christian Weiske <cweiske@php.net>
* @link http://tools.ietf.org/html/rfc6415
require_once 'XML/XRD.php';
$x->subject = 'example.org';
$x->aliases [] = 'example.com';
'lrdd', 'http://example.org/gen-lrdd.php?a={uri}',
'application/xrd+xml', true
Documentation generated on Mon, 11 Mar 2019 15:57:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|