PHP 8.5.0 Alpha 2 available for testing

Voting

: four plus zero?
(Example: nine)

The Note You're Voting On

aabaev
6 years ago
double quotes !== single quotes

php > echo nl2br('\r\n');
\r\n
php > echo nl2br("\r\n");
<br />

<< Back to user notes page

To Top