関数 _wp_iso_convert()
2014/12/11
関数 _wp_iso_convert()
定義ファイル :/blog/wp-includes/formatting.php 5
1 2 3 | function _wp_iso_convert( $match ) { return chr( hexdec( strtolower( $match[1] ) ) ); } |
WEBシステム SI屋の代表のブログです。
2014/12/11
1 2 3 | function _wp_iso_convert( $match ) { return chr( hexdec( strtolower( $match[1] ) ) ); } |