HTML_CSS::setLineEnd

HTML_CSS::setLineEnd() – 行末文字の値を設定する

Synopsis

require_once 'HTML/CSS.php';

void HTML_CSS::setLineEnd ( string $style )

Description

行末の形式を Windows、Mac、Unix あるいはカスタム文字列で設定します。

Parameter

string $style

"win"、"mac"、"unix" あるいはカスタム文字列。

Throws

例外はスローされません。

Since

バージョン 1.4.0 (2007-12-13) 以降

Note

This function can not be called statically.