您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617
  1. URI.Base
  2. TYPE: string/null
  3. VERSION: 2.1.0
  4. DEFAULT: NULL
  5. --DESCRIPTION--
  6. <p>
  7. The base URI is the URI of the document this purified HTML will be
  8. inserted into. This information is important if HTML Purifier needs
  9. to calculate absolute URIs from relative URIs, such as when %URI.MakeAbsolute
  10. is on. You may use a non-absolute URI for this value, but behavior
  11. may vary (%URI.MakeAbsolute deals nicely with both absolute and
  12. relative paths, but forwards-compatibility is not guaranteed).
  13. <strong>Warning:</strong> If set, the scheme on this URI
  14. overrides the one specified by %URI.DefaultScheme.
  15. </p>
  16. --# vim: et sw=4 sts=4