Result Size:
625 x 571
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
$str = addcslashes(
"Hello World!"
,
"W"
);
echo
($str);
?>
<
/body
>
<
/html
>