Skip to content

Instantly share code, notes, and snippets.

@comeonly
Created June 19, 2017 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save comeonly/7f513df2a9e05b98ce992abc468618d1 to your computer and use it in GitHub Desktop.
Save comeonly/7f513df2a9e05b98ce992abc468618d1 to your computer and use it in GitHub Desktop.
<?php
ini_set('memory_limit', '-1');
mb_language('ja');
mb_internal_encoding('UTF-8');
mb_detect_order('ASCII, ISO-2022-JP, UTF-8, eucJP-win, SJIS-win');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment