Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
addcslashes
addcslashes
Escape characters in a string using backslashes in C style
Name:
addcslashes
Category:
String
Programming Language:
php
One-line Description:
Returns a string that adds a backslash before the specified character.
Related
PHP Klein Framework Analysis: A Lightweight Web Application Development Tool
6
How to Dynamically Add PHP Variables as Href Link Addresses in Echo Statements?
10
Use hexdec + bin2hex to convert binary and decimal
10
Django vs PHP Performance Comparison: Which Framework is Right for Your Project?
6
Similar Functions
substr
substr
Returnpartofthestrin
quotemeta
quotemeta
Escapemetacharacters
addslashes
addslashes
Escapestringsusingba
crc32
crc32
Calculateastringofcr
get_html_translation_table
get_html_translation_table
Returnstheconversion
lcfirst
lcfirst
Setthefirstcharacter
strip_tags
strip_tags
RemoveHTMLandPHPtags
convert_uudecode
convert_uudecode
Decodeauuencodeencod
Popular Articles