Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
stripslashes
stripslashes
Inversely escape an escaped string
Name:
stripslashes
Category:
String
Programming Language:
php
One-line Description:
Removes the backslashes added by the addslashes() function.
Related
mysqli_stmt::prepare common pitfalls in transactions
3
How to Use mysql_fetch_row with a while Loop to Iterate Over Multiple Database Records?
1
Common errors and fixes when using stream_get_filters and stream_filter_append in combination
6
Use parse_url to parse non-HTTP URLs such as FTP and mailto
4
Similar Functions
crypt
crypt
One-waystringhash
vprintf
vprintf
Outputformattedstrin
get_html_translation_table
get_html_translation_table
Returnstheconversion
str_ireplace
str_ireplace
Thecase-insensitivev
convert_cyr_string
convert_cyr_string
Convertacharacterfro
setlocale
setlocale
Settingthelocaleinfo
strpbrk
strpbrk
Findanyoneofasetofch
str_split
str_split
Convertstringstoarra
Popular Articles