Help for this page
Select Code to Download
Select
or
download this
$x = 'a\b'; print("$x\n"); $x = 'a\\b'; print("$x\n");
Select
or
download this
a\b a\b