[PR] この広告は3ヶ月以上更新がないため表示されています。
ホームページを更新後24時間以内に表示されなくなります。

get_magic_quotes_runtime

(PHP 3 >= 3.0.6, PHP 4, PHP 5)

get_magic_quotes_runtime -- magic_quotes_runtime の現在アクティブな設定値を取得する

説明

int get_magic_quotes_runtime ( void )

magic_quotes_runtime の現在アクティブな値を返します。

返り値

magic quotes runtime がオフの場合に 0、そうでない場合に 1 を返します。

参考

get_magic_quotes_gpc()
set_magic_quotes_runtime()