From: [EMAIL PROTECTED]
Operating system:
PHP version: 4.0.6
PHP Bug Type: Feature/Change Request
Bug description: print line function?
How about to have a print function that appends newline?
println('some string');
// Append "\n","\r" or "\r\n" depends on setting
If newline character(s) could be specified by php.ini entry, script would
be more portable.
I think it's much cleaner than have constant (or variable) like
print('some string'.NEWLINE);
--
Edit bug report at: http://bugs.php.net/?id=12441&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]