COM stripslashes
提供: GeeklogJpWiki
lib-common.php>COM stripslashes
説明
string COM_stripslashes (string $text)
magic_quotes_gpc = onの場合のみ文字列からスラッシュを取り去る。
パラメータ
- $text
- The text
返り値
テキストを(たいていの場合)スラッシュなしで返す。
lib-common.php>COM stripslashes
string COM_stripslashes (string $text)
magic_quotes_gpc = onの場合のみ文字列からスラッシュを取り去る。
テキストを(たいていの場合)スラッシュなしで返す。