mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
some clarifications regarding line endings and special characters
like '\n' and '\r' to make it more clear that PHP is more C-ish than PERL-ish here git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30352 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2c6fb77bf6
commit
47b92dda52
1 changed files with 3 additions and 3 deletions
|
@ -100,15 +100,15 @@ $a = 1.234; $a = 1.2e3;
|
|||
<tbody>
|
||||
<row>
|
||||
<entry><literal>\n</literal></entry>
|
||||
<entry>newline</entry>
|
||||
<entry>linefeed (LF or 0x0A in ASCII)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>\r</literal></entry>
|
||||
<entry>carriage</entry>
|
||||
<entry>cariage return (CR or 0x0D in ASCII)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>\t</literal></entry>
|
||||
<entry>horizontal tab</entry>
|
||||
<entry>horizontal tab (HT or 0x09 in ASCII)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>\\</literal></entry>
|
||||
|
|
Loading…
Reference in a new issue