PHP Function List
striptags doesn't exist. Closest matches:
- strip_tags
- stripos
- strripos
- strpos
- mb_stripos
- str_pad
- strrpos
- stristr
- mb_strripos
- tostring
- tostring
- strptime
- str_ireplace
- strtr
- stripslashes
- mb_strpos
- is_string
- splstring
- iptcparse
- stripcslashes
Site Search Results
-
function stripTags ($text, $tags) { // replace php and comments tags so they do not get stripped $text = preg_replace ("@<\?@", "#?#", $text); $text = preg_replace ("@<!--@", "#!--#", $text); // strip tags normally
-
Certain characters have special significance in HTML, and should be represented by HTML entities if they are to preserve their meanings. This function returns a string with these conversions made.
-
gd_info() 返回的数组的单元 属性 含义 GD Version string 值描述了安装的 libgd 的版本。 Freetype Support boolean 值。如果安装了 Freetype 支持则为 TRUE。 Freetype Linkage string 值描述了 Freetype 连接的方法。
-
返回 str1 中,所有字符都不存在于 str2 范围的起始子字符串的长度。
-
返回反转义后的字符串。可识别类似 C 语言的 \n,\r,... 八进制以及十六进制的描述。
-
String Filters Each of these filters does precisely what their name implies and correspond to the behavior of a built-in php string handling function. For more information on a given filter, refer to the manual page for the corresponding function.
-
字符串 简介 安装/配置 需求 安装 运行时配置 资源类型 预定义常量 字符串函数 addcslashes — 以 C 语言风格使用反斜线转义字符串中的字符 addslashes — 使用反斜线引用字符串
-
get_html_translation_table - Manualget_html_translation_table() 将返回 htmlspecialchars() 和 htmlentities() 处理后的转换表。 Note: 特殊字符可以使用多种转换方式。 例如: " 可以被转换成 ", " 或者 ".
-
This function is identical to htmlspecialchars() in all ways, except with htmlentities(), all characters which have HTML character entity equivalents are translated into these entities. If you want to decode instead (the reverse) you can use html ...
-
array_map() returns an array containing all the elements of arr1 after applying the callback function to each one. The number of parameters that the callback function accepts should match the number of arrays passed to the array_map()

Other forms of search
To search the string "striptags" 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.
