Skip to content

Instantly share code, notes, and snippets.

@rskull
Created August 1, 2011 13:05
Show Gist options
  • Save rskull/1118089 to your computer and use it in GitHub Desktop.
Save rskull/1118089 to your computer and use it in GitHub Desktop.
よく使うアレを使いやするしたものです
<?php
//$get = e($_GET['get']);
function e($str, $charset = 'UTF-8') {
return htmlspecialchars($str, ENT_QUOTES, $charset);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment