array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.get-magic-quotes-runtime.php', 1 => 'get_magic_quotes_runtime', 2 => 'Gets the current active configuration setting of magic_quotes_runtime', ), 'up' => array ( 0 => 'ref.info.php', 1 => 'Функції налаштування та отримання інформації про PHP', ), 'prev' => array ( 0 => 'function.get-magic-quotes-gpc.php', 1 => 'get_magic_quotes_gpc', ), 'next' => array ( 0 => 'function.get-required-files.php', 1 => 'get_required_files', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/info/functions/get-magic-quotes-runtime.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

get_magic_quotes_runtime

(PHP 4, PHP 5, PHP 7)

get_magic_quotes_runtimeGets the current active configuration setting of magic_quotes_runtime

Увага

Ця функція ЗАСТАРІЛА, починаючи з PHP 7.4.0, та ВИЛУЧЕНА в PHP 8.0.0. Вкрай не рекомендується на неї покладатися.

Опис

get_magic_quotes_runtime(): false

Always returns false.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Always returns false.

Журнал змін

Версія Опис
8.0.0 Removed this function.
7.4.0 Deprecated this function.

Прогляньте також