Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
記号「\」を使用せずに、文字列内の任意の文字をエスケープできますか? たとえば、プログラミング言語 C# では、特殊文字を含まない文字列を指定できます。
@"c:\webserver\".Equals("c:\\webserver\\") // <== return true
答えてくれてありがとう、そして私の下手な英語でごめんなさい!
スラッシュを自動的に追加しますか?
次に、組み込みの php 関数を使用できます。
追加スラッシュ();
http://php.net/manual/en/function.addslashes.php