HTML_CSS::setLineEnd()
HTML_CSS::setLineEnd()
-- Set lineend value
Synopsis
require_once 'HTML/CSS.php'; |
void
HTML_CSS::setLineEnd
(string
$style)
Beschreibung
Set the line end style to Windows, Mac, Unix or a custom string
Parameter
- string
$style
"win", "mac", "unix" or custom string.
Fehler-Meldungen
throws
no exceptions thrown
Seit
since
version 1.4.0 (2007-12-13)
Hinweise
Diese Methode kann nicht
statisch aufgerufen werden.