Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
addslashes
addslashes
Escape strings using backslash
Name:
addslashes
Category:
String
Programming Language:
php
One-line Description:
Returns a string that adds a backslash before the predefined characters.
Related
get_include_path() Best practices for using with set_include_path()
3
strnatcasecmp vs strcoll: Which is more suitable for natural sorting of strings?
2
Comprehensive Guide to PHP Dynamic Method Calls: call_user_method() Function and Alternatives
5
Efficient PHP Development Tips and Practical Guide on MacBook
8
Similar Functions
strripos
strripos
Calculatethelastoccu
strcasecmp
strcasecmp
Binarysafecase-insen
soundex
soundex
Calculatethesoundexk
chr
chr
Generatesingle-bytes
md5_file
md5_file
Calculatethemd5hashv
sha1_file
sha1_file
Calculatethesha1hash
number_format
number_format
Formatanumberinathou
nl2br
nl2br
InsertHTMLnewlinetag
Popular Articles