略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Character representations

2024-05-03

Character representations

Character representations
SequenceDescription
\aAlert (bell).
\bBackspace.
\eESC character, \x1b.
\nNewline.
\rCarriage return.
\fForm feed, \x0c.
\tHorizontal tab, \x09.
\vVertical tab, \x0b.
\octCharacter specified by a three-digit octal code.
\xhexCharacter specified by a hex code.
\ccharNamed control character.
add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/parle.regex.chars.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3