update : 2015.11.03
php.shukuma.com검색:
|
Magic QuotesTable of ContentsWarning
이 기능은 PHP 5.3.0부터 배제되어, PHP 5.4.0부터 제거됩니다. Magic Quotes is a process that automagically escapes incoming data to the PHP script. It's preferred to code with magic quotes off and to instead escape the data at runtime, as needed. |