PHP Function List
strip_tags() doesn't exist. Closest matches:
- strip_tags
- stripos
- strripos
- strpos
- str_getcsv
- mb_stripos
- stristr
- strrpos
- str_pad
- mb_strripos
- easter_days
- ktaglib_tag
- imap_status
- rpm_get_tag
- tostring
- tostring
- stripslashes
- php_strip_whitespace
- ftp_pasv
- strptime
Site Search Results
-
This function tries to return a string with all NUL bytes, HTML and PHP tags stripped from a given str. It uses the same tag stripping state machine as the fgetss() function.
-
Trouble was with file function when long tags where broken by \r\n and function strip_tags worked not correctly with every element of array. This step prepare string from file for ...
-
Parameters. handle. The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen() (and not yet closed by fclose()).
-
FAQ. The PHP FAQ is your first stop for general information and those questions that seem to be on most people's minds. If you have licensing questions, see the separate ...
-
$_str = strip_tags ($_str); $_str = trim ($_str); $_str = htmlentities ($_str); $_str = str_replace ("\r\n", "#BR#", $_str); return($_str);} /* This function decodes the string.
-
You can easily remove all HTML tags from $_GET or $_POST variables using something like this: <?php $_POST = array_map ('strip_tags', $_POST); $_GET = array_map ('strip_tags', $_GET);
-
strip_ tags; stripcslashes; stripos; stripslashes; stristr; strlen; strnatcasecmp; strnatcmp; strncasecmp; strncmp; strpbrk; strpos; strrchr; strrev; strripos; strrpos; strspn
-
$array["GD Version"] = trim(str_replace("GD Version", "", strip_tags($line))); if(strpos($line, "FreeType Support")!==false) $array["FreeType Support ...
-
strip_ tags; stripcslashes; stripos; stripslashes; stristr; strlen; strnatcasecmp; strnatcmp; strncasecmp; strncmp; strpbrk; strpos; strrchr; strrev; strripos; strrpos; strspn
-
$_POST = array_map ('strip_tags', $_POST); // These are the POST variables in the example $alias = $_POST ['alias']; $name = $_POST ['name']; $status = $_POST ['status'];

Other forms of search
To search the string "strip_tags()" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
