Converters
[ class tree: Converters ] [ index: Converters ] [ all elements ]

File: Converter.inc

Source Location: /PhpDocumentor-1.2.0beta2/phpDocumentor/Converter.inc

Classes:

Converter
Base class for all output converters.

Page Details:

Base class for all output converters.

adv_htmlentities [line 3426]

string adv_htmlentities( string $s)

smart htmlentities, doesn't entity the allowed tags list

Since version 1.1, this function uses htmlspecialchars instead of htmlentities, for international support This function has been replaced by functionality in ParserDescCleanup.inc

  • Return: browser-displayable page
  • Deprecated: As of v1.2, No longer needed, as valid tags are parsed out of the source, and everything else is Converter::postProcess() handled


Parameters

string   $s  
[ Top ]



Documentation generated on Fri, 30 Apr 2004 22:09:25 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.