Ingo_Transport_Base::quote PHP 메소드

quote() 공개 메소드

Quotes user input if supported by the transport driver.
public quote ( string $string ) : string
$string string A string to quote.
리턴 string The quoted string.
    public function quote($string)
    {
        return $string;
    }