|
|
return str_replace('?', $this->quote($value, $type), $text);
|
|
return str_replace('?', $this->quote($value, $type), $text);
|
|
|
$text = substr_replace($text, $this->quote($value, $type), strpos($text, '?'), 1);
|
|
$text = substr_replace($text, $this->quote($value, $type), strpos($text, '?'), 1);
|