AgerNic.com
Start write and run your php code online
HOME Editor | PHP Exemples | PHP Functions |
WEB TEMPLATES | EXAMPLES
PHP Tutorial
PHP strip_tags() function, run and write PHP code.

PHP strip_tags() function - online editor.

The strip_tags() function is an inbuilt function in PHP which is used to strips a string from HTML, and PHP tags. This PHP function strip_tags() returns a string with all NULL bytes.

Syntax:
strip_tags(string,allow);

Example :
strip_tags() - returns the stripped string..
used to strips a string from HTML, and PHP tags

 <?php 
echo strip_tags("<b>strip_tags()</b> <br />
- returns the stripped string<br /> Hello <b>world!</b>");
?>


Tags:
PHP strip_tags() function 9

PHP strip_tags() function

PHP Functons
PHP count() Function

PHP define() function

PHP empty() Function

PHP explode() function

PHP html_entity_decode() function

PHP htmlentities() function

PHP htmlspecialchars_decode() function

PHP htmlspecialchars() function

PHP implode() function

PHP isset() Function

PHP lcfirst() function

PHP ltrim() function

PHP md5() function

PHP print() function

PHP printf() function

PHP rtrim() function

PHP similar_text() function

PHP str_repeat() function

PHP str_replace() function

PHP str_split() function

PHP strcmp() function

PHP strip_tags() function

PHP strlen online function

PHP strrchr() Function

PHP strstr() function

PHP strtolower() function

PHP strtoupper() function

PHP substr() function

PHP trim() function

PHP ucfirst() function