addslashes_gpc( string|array $gpc )
将斜杠添加到字符串或递归地将斜杠添加到数组中的字符串。
描述
如果设置了magic_quotes_gpc,斜线将首先被删除,有关更多详细信息,请参见https://www.php.net/magic_quotes。
参数
$gpc
(string|array) (必需)要斜线的字符串或数据数组。
返回
(string|array) Slashed $gpc.
');mask-image:url('data:image/svg+xml;utf8,');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}/*]]>*/
addslashes_gpc( string|array $gpc )
将斜杠添加到字符串或递归地将斜杠添加到数组中的字符串。
如果设置了magic_quotes_gpc,斜线将首先被删除,有关更多详细信息,请参见https://www.php.net/magic_quotes。
$gpc
(string|array) (必需)要斜线的字符串或数据数组。
(string|array) Slashed $gpc.