How do I replace double quotes with single quotes

后端 未结 8 873
一向
一向 2020-11-30 08:19

How can I replace \"\" (I think it\'s called double quotes) with \'\' (I think its called single quotes) using PHP?

8条回答
  •  离开以前
    2020-11-30 08:56

    You can use str_replace, try to use http://php.net/manual/en/function.str-replace.php it contains allot of php documentation.

    
    

提交回复
热议问题