?? [str?p]
vi. ???, ???, ???, ???, ???; ?, ?? ?); ???(?? ???)
3?? ??: Strips ???: Strips ?? ??: Stripping ?? ??: Stripped ?? ??: Stripped
PHP? ???_??() ?? ???
??: ???? HTML ?? ??
??: ??strip_tags(string,allow)
????:
Parameters | Description |
string | Must, ???? ?????. ????. |
allow | ?? ??, ???? ??? ?????. ? ??? ???? ????. |
??: strip_tags() ??? ????? HTML, XML ? PHP ??? ?????. ? ??? ?? HTML ??? ?????. ?? ?? ????? ?? ??? ? ????. ? ??? ???? ?????.
PHP? ???_??() ?? ?
<?php echo strip_tags("<p>Hello <b>world!</b></p>","<b>"); ?>rerun ?????
??? ????? ??? "???? ??"??? ??????. ??? ????? ??? ??:
Hello world