get_magic_quotes_gpc

(PHP 4, PHP 5, PHP 7)

get_magic_quotes_gpcGets the current configuration setting of magic_quotes_gpc

Advertencia

Esta función ha sido declarada OBSOLETA a partir de PHP 7.4.0, y es ELIMINADA desde PHP 8.0.0. Su uso está totalmente desaconsejado.

Descripción

get_magic_quotes_gpc(): false

Always returns false.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Always returns false.

Historial de cambios

Versión Descripción
7.4.0 This function has been deprecated.

Ver también