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
Laravel 7 Infinite Category Implementation Methods and Best Practices
9
Does the proc_nice Function Affect Operating System Process Priority? A Comprehensive Guide
1
CI PHP Backend Management System Development Guide | Efficient Development Tips & Best Practices
2
Implementing Resource Release at the End of PHP Scripts Using register_shutdown_function
6
Similar Functions
ord
ord
Convertthefirstbyteo
strncmp
strncmp
Binarysafecomparison
count_chars
count_chars
Returnsinformationab
strcspn
strcspn
Getthelengthofthesta
quotemeta
quotemeta
Escapemetacharacters
strripos
strripos
Calculatethelastoccu
strspn
strspn
Calculatethelengthof
htmlspecialchars_decode
htmlspecialchars_decode
ConvertspecialHTMLen
Popular Articles