The article introduces some special character replacement in PHP development. Students in need can take a look.
// Function name: ReplaceSpacialChar($C_char)
// Function: Special character replacement function
// Parameter: $C_char (string to be replaced)
//Return value: string
// Note: There is a problem with this function and it needs to be tested before it can be used
//--------------------------------------------- ----------------------------------------
The code is as follows
|
Copy code | ||||
{
http://www.bkjia.com/PHPjc/632241.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632241.htmlTechArticleThe article introduces some special character substitutions in PHP development. Students in need can take a look. // Function name: ReplaceSpacialChar($C_char) // Function: Special character replacement function // Parameters...