<?php nl2br(string $string, bool $use_xhtml = true): string
<?php public function nl2br($value) { return nl2br($value); }