UK [sl??]
vt.??? ??, ??? ????
n.Slash, ??; : ??? ???: ??? ????: ??? ????: ??? ????: ???
PHP addcslashes() ?? ???
??: ??? ?? ?? ????? ???? ???? ?????.
??: ??addcslashes(string,characters)
????:
Parameters | ?? |
??? | ??, ?????? ???? ?????. |
characters | ??, ?????? ?? ?? ?? ??? ?????.? |
??: ?????? ???? ?????.
PHP addcslashes() ?? ?
<?php $str = "Welcome to php.cn!"; echo $str."<br>"; echo addcslashes($str,'m')."<br>"; echo addcslashes($str,'p')."<br>"; ?>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????
??:
Welcome to php.cn! Welco\me to php.cn! Welcome to \ph\p.cn!