$content = "unit_rate((*),'20')";
$content = str_replace( "'","\'", $content); 
echo "$content<br>\n";
echo "\':<br>\n";
echo "\":<br>\n";
echo "\\:<br>\n";