PHP Doku:: Einführung - intro.bbcode.html
Aktuelle Suchanfrage: installation html - 30 Treffer
  1 Einführung
Einführung - intro.bbcode.html
  2 Einführung
Einführung - intro.tidy.html
  3 Anforderungen
Anforderungen - gettext.requirements.html
  4 Beispiele
Beispiele - tidy.examples.basic.html
  5 Anforderungen
Anforderungen - xdiff.requirements.html
  6 tidy::html -- tidy_get_html
Returns a tidyNode object starting from the <html> tag of the tidy parse tree - tidy.html.html
  7 Anforderungen
Anforderungen - recode.requirements.html
  8 tidyNode::isHtml
Checks if a node is part of a HTML document - tidynode.ishtml.html
  9 Installation
Installation - cubrid.installation.html
 10 tidy_get_output
Return a string representing the parsed tidy markup - function.tidy-get-output.html
mehr Ergebnisse anzeigen...

Bisherige Suchanfragen: (1) anzeigen

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzTextverarbeitungBulletin Board CodeEinführung

Ein Service von Reinhard Neidl - Webprogrammierung.

Bulletin Board Code

<<Bulletin Board Code

Installation/Konfiguration>>

Einführung

This extension aims to help parse BBCode text in order to convert it to HTML or another markup language. It uses one pass parsing and provides great speed improvement over the common approach based on regular expressions. Further more, it helps provide valid HTML by reordering open / close tags and by automatically closing unclosed tags.

Since 0.10.1 It supports argument quoting with single quotes, double quotes and HTML escaped double quotes.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
Chris
4.09.2008 0:05
As far as I can tell this extension requires version 5.2.0 or higher.
It doesn't seem to be stated here anywhere but if you try to use pear to install it then you'll get a message saying that. This has caused me a bunch of grief as I'm not in a position to upgrade on some systems but already have this coded in on other systems.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)